diff --git a/bert.py b/bert.py index 4850143..f0d4a48 100755 --- a/bert.py +++ b/bert.py @@ -466,7 +466,7 @@ def command_loop(): say(channel, "Error :(") elif msg == ".quit": - if ircnick == "elmo": + if ircnick == "jkhsjdhjs": say(channel, "Flying to mars...") print("got quit command. exiting...") part(channel) @@ -475,7 +475,7 @@ def command_loop(): say(channel, "You are not my master!") elif msg.startswith(".say"): - if ircnick == "elmo": + if ircnick == "jkhsjdhjs": try: sayit = msg.split(" ", 1)[1] say(channel, str(sayit)) @@ -486,7 +486,7 @@ def command_loop(): say(channel, "You are not my master!") elif msg.startswith(".debug"): - if ircnick == "elmo": + if ircnick == "jkhsjdhjs": try: debugmsg = msg.split(" ", 1)[1] raw(debugmsg)