mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Enhance with new numerics for latest turkish moron detection
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4100 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
dc42f264d7
commit
93150cc773
@ -52,6 +52,8 @@ class ModuleAntiBear : public Module
|
||||
virtual void OnUserConnect(userrec* user)
|
||||
{
|
||||
WriteServ(user->fd,"439 %s :This server has anti-spambot mechanisms enabled.", user->nick);
|
||||
WriteServ(user->fd,"931 %s :Spambots, trojans, and malicious botnets are", user->nick);
|
||||
WriteServ(user->fd,"437 %s :NOT WELCOME HERE. Please take your war elsewhere.", user->nick);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user