summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_antibear.cpp4
1 files changed, 1 insertions, 3 deletions
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;
}
-