forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
847994826d
commit
d8ee864bae
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ logs = {} # {channel: [line, line]} max 10 lines
|
||||||
happiness = 5
|
happiness = 5
|
||||||
global times
|
global times
|
||||||
times = 0
|
times = 0
|
||||||
emoticons = {";3": "I think you forgot to press shift", ":#": "Wait no, don't hold shift long!"}
|
emoticons = {";3": "I think you forgot to press shift", ":#": "Wait no, don't hold shift THAT long!"}
|
||||||
def irci2():
|
def irci2():
|
||||||
irc2.connect_irc(
|
irc2.connect_irc(
|
||||||
server_irc, port_irc, channel_irc, "sweeB0t", botpass_irc, botnickpass_irc + "/B"
|
server_irc, port_irc, channel_irc, "sweeB0t", botpass_irc, botnickpass_irc + "/B"
|
||||||
|
|
Loading…
Reference in a new issue