Update this to use CMD_LOCALONLY

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7370 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2007-06-17 14:31:18 +00:00
parent bb963be769
commit 7bb0b97e7c

View File

@ -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;
}
};