diff options
author | Adam <Adam@anope.org> | 2010-12-22 19:12:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-22 19:12:04 -0500 |
commit | 11b3b8a5ff2c287c24e730712b6733ae5cd173d0 (patch) | |
tree | 957153f9639963cd076c77ea54abb593d4788588 | |
parent | 2783c82685c5d04eec942cc21ed43b9b773330fb (diff) |
Made SQLine clear work
-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 d5184a8cc..5688351e9 100644 --- a/modules/core/os_sqline.cpp +++ b/modules/core/os_sqline.cpp @@ -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; |