Update words

This commit is contained in:
Benjamin Drieu 2018-09-14 14:48:55 +02:00 committed by root
parent 91d0fdb9f5
commit 06451f496c
2 changed files with 3409 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ import iso8601
default_server = "irc.eu.freenode.net"
default_nickname = "bot-cop"
ban_list = ["fentanyl", "scams", "fraudster", "scams", "spam-shake", ":alla.\s"]
ban_list = ["fentanyl", "scams", "fraudster", "scams", "spam-shake", ":alla.\s", "һ", "", "", "і", "а", "ɑ", "", "і", "", ""]
#########################
### Class Definitions ###
@ -96,7 +96,7 @@ class Bot(object):
# Responds to a user that inputs "Ban Mybot".
def bot_ban(self, channel, fucker):
self.ircsock.send("KICK {0} :{1}\n".format(channel, fucker))
self.ircsock.send("KICK {0} {1} :Fesse-moi avec une pelle !\n".format(channel, fucker))
# Explains what the bot is when queried.
def bot_help(self, channel):