mirror of
https://github.com/anope/anope.git
synced 2026-07-01 06:36:39 +02:00
Missed changing a couple of these, it seems.
This commit is contained in:
@@ -204,7 +204,7 @@ class OSDEFCON : public Module
|
||||
return EVENT_CONTINUE;
|
||||
}
|
||||
|
||||
EventReturn OnPreCommandRun(User *u, BotInfo *bi, const Anope::string &command, const ci::string &message, Command *c)
|
||||
EventReturn OnPreCommandRun(User *u, BotInfo *bi, const Anope::string &command, const Anope::string &message, Command *c)
|
||||
{
|
||||
if (!c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user