1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 10:36:38 +02:00

Fixed a few small things

This commit is contained in:
Adam
2011-06-14 18:23:53 -04:00
parent 1cd65878db
commit df971befb2
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ Anope::string do_strftime(const time_t &t, NickCore *nc, bool short_output)
Anope::string expire_left(NickCore *nc, time_t expires)
{
if (!expires)
return GetString(nc, gtl(NO_EXPIRE));
return GetString(nc, NO_EXPIRE);
else if (expires <= Anope::CurTime)
return GetString(nc, gtl("expires at next database update"));
else