mirror of
https://github.com/anope/anope.git
synced 2026-06-26 08:36:39 +02:00
Rewrote the ignore code. Adds creator and reason to /os ignore list.
This commit is contained in:
+2
-2
@@ -201,7 +201,7 @@ time_t dotime(const Anope::string &s)
|
||||
if (s.empty())
|
||||
return -1;
|
||||
|
||||
int amount = 0;
|
||||
int amount;
|
||||
Anope::string end;
|
||||
|
||||
try
|
||||
@@ -230,7 +230,7 @@ time_t dotime(const Anope::string &s)
|
||||
}
|
||||
catch (const CoreException &) { }
|
||||
|
||||
return amount;
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user