Update words
This commit is contained in:
parent
91d0fdb9f5
commit
06451f496c
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ import iso8601
|
|||||||
|
|
||||||
default_server = "irc.eu.freenode.net"
|
default_server = "irc.eu.freenode.net"
|
||||||
default_nickname = "bot-cop"
|
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 ###
|
### Class Definitions ###
|
||||||
@ -96,7 +96,7 @@ class Bot(object):
|
|||||||
|
|
||||||
# Responds to a user that inputs "Ban Mybot".
|
# Responds to a user that inputs "Ban Mybot".
|
||||||
def bot_ban(self, channel, fucker):
|
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.
|
# Explains what the bot is when queried.
|
||||||
def bot_help(self, channel):
|
def bot_help(self, channel):
|
||||||
|
Loading…
Reference in New Issue
Block a user