From fce32c7b5baa50aa4d2d414e0361009489eccd1c Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 14 Jul 2008 07:24:37 +0000 Subject: Lots, lots more numerics.h conversion git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10014 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sanick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sanick.cpp') diff --git a/src/modules/m_sanick.cpp b/src/modules/m_sanick.cpp index 9adaff40c..a14bfc097 100644 --- a/src/modules/m_sanick.cpp +++ b/src/modules/m_sanick.cpp @@ -34,7 +34,7 @@ class CommandSanick : public Command { if (ServerInstance->ULine(target->server)) { - user->WriteNumeric(990, "%s :Cannot use an SA command on a u-lined client",user->nick.c_str()); + user->WriteNumeric(ERR_NOPRIVILEGES, "%s :Cannot use an SA command on a u-lined client",user->nick.c_str()); return CMD_FAILURE; } std::string oldnick = user->nick; -- cgit v1.3.1-10-gc9f91