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

Made SQLine clear work

This commit is contained in:
Adam
2010-12-22 19:12:04 -05:00
parent 2783c82685
commit 11b3b8a5ff
+1 -1
View File
@@ -370,7 +370,7 @@ class CommandOSSQLine : public Command
{
User *u = source.u;
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, NULL, X_SQLINE));
SGLine->Clear();
SQLine->Clear();
source.Reply(OPER_SQLINE_CLEAR);
return MOD_CONT;