mirror of
https://github.com/anope/anope.git
synced 2026-06-25 10:16:39 +02:00
Store flags for memos, fixed the expiring very soon message, fixed /os session view when a session exception is added at a lower limit than th default
This commit is contained in:
+1
-1
@@ -276,7 +276,7 @@ Anope::string expire_left(NickCore *nc, time_t expires)
|
||||
if (!expires)
|
||||
return translate(nc, NO_EXPIRE);
|
||||
else if (expires <= Anope::CurTime)
|
||||
return translate(nc, _("expires at next database update"));
|
||||
return translate(nc, _("expires momentarily"));
|
||||
else
|
||||
{
|
||||
char buf[256];
|
||||
|
||||
Reference in New Issue
Block a user