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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user