1
0
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:
Naram Qashat
2010-07-26 00:22:45 -04:00
parent aa2c1009ee
commit 8ea033dd35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
{