From 94111465ff5d36ca631917b088cbb9b6ab598934 Mon Sep 17 00:00:00 2001 From: om Date: Tue, 25 Jul 2006 15:00:49 +0000 Subject: Remove numeric which makes some clients (Xchat, more?) think their nick is in use. Apparently it's not needed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4544 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_antibear.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/modules/m_antibear.cpp b/src/modules/m_antibear.cpp index b6c3d84a0..5d5b818f7 100644 --- a/src/modules/m_antibear.cpp +++ b/src/modules/m_antibear.cpp @@ -51,8 +51,7 @@ class ModuleAntiBear : public Module virtual void OnUserRegister(userrec* user) { WriteServ(user->fd,"439 %s :This server has anti-spambot mechanisms enabled.", user->nick); - WriteServ(user->fd,"931 %s :Malicious bots, spammers, and other automated systems of", user->nick); - WriteServ(user->fd,"437 %s :dubious origin are NOT welcome here.", user->nick); + WriteServ(user->fd,"931 %s :Malicious bots, spammers, and other automated systems of dubious origin are NOT welcome here.", user->nick); } }; @@ -84,4 +83,3 @@ extern "C" void * init_module( void ) { return new ModuleAntiBearFactory; } - -- cgit v1.2.3