diff options
author | Adam <Adam@anope.org> | 2010-12-22 19:12:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-24 20:06:59 -0500 |
commit | 839fb4e5f02acdb46136dbd13890ec9b3c93cf22 (patch) | |
tree | 4cb86fc8a33614fc6e9c632756a22925c8908b33 /modules/core/os_sqline.cpp | |
parent | a2a6708f1a2b36bb5a769005efd6869ca5a4036a (diff) |
Made SQLine clear work
Diffstat (limited to 'modules/core/os_sqline.cpp')
-rw-r--r-- | modules/core/os_sqline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_sqline.cpp b/modules/core/os_sqline.cpp index e409c1bd7..1d8a5a77a 100644 --- a/modules/core/os_sqline.cpp +++ b/modules/core/os_sqline.cpp @@ -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; |