From 4426a2fc448f332e42a7e6ff778e5047bb588c98 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 17 Jan 2008 15:54:33 +0000 Subject: Fix.. snomask O is already taken (ffs) so use A instead git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8729 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands/cmd_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cmd_server.cpp') diff --git a/src/commands/cmd_server.cpp b/src/commands/cmd_server.cpp index f069e7713..282f4eec5 100644 --- a/src/commands/cmd_server.cpp +++ b/src/commands/cmd_server.cpp @@ -24,6 +24,6 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance) CmdResult CommandServer::Handle (const char**, int, User *user) { user->WriteServ("666 %s :You cannot identify as a server, you are a USER. IRC Operators informed.",user->nick); - ServerInstance->SNO->WriteToSnoMask('O', "WARNING: %s attempted to issue a SERVER command and is registered as a user!", user->nick); + ServerInstance->SNO->WriteToSnoMask('A', "WARNING: %s attempted to issue a SERVER command and is registered as a user!", user->nick); return CMD_FAILURE; } -- cgit v1.3.1-10-gc9f91