1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Made SQLine clear work

This commit is contained in:
Adam
2010-12-22 19:12:04 -05:00
parent a2a6708f1a
commit 839fb4e5f0
+1 -1
View File
@@ -351,7 +351,7 @@ class CommandOSSQLine : public Command
CommandReturn DoClear(User *u)
{
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, NULL, X_SQLINE));
SGLine->Clear();
SQLine->Clear();
u->SendMessage(OperServ, OPER_SQLINE_CLEAR);
return MOD_CONT;