1
0
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:
Adam
2011-11-04 17:55:14 -04:00
parent 066e5b3fc0
commit a42cafbf69
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -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];