diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 14:31:18 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 14:31:18 +0000 |
commit | 7bb0b97e7c335af9ee5db97c7d4321c6b3e845d0 (patch) | |
tree | 06c612bebb9cb2f7fe7cf4159b2a76cee4c89d0d /src/modules | |
parent | bb963be7699fe5a700cf4eeac24c3f003edb7764 (diff) |
Update this to use CMD_LOCALONLY
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7370 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_tline.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp index 39cd2b0aa..5e2f452db 100644 --- a/src/modules/m_tline.cpp +++ b/src/modules/m_tline.cpp @@ -61,8 +61,7 @@ class cmd_tline : public command_t else user->WriteServ( "NOTICE %s :*** TLINE: Counted %0.0f user(s). Matched '%s' against no user(s).", user->nick, n_counted, parameters[0]); - return CMD_FAILURE; - + return CMD_LOCALONLY; } }; |