From 2cb3eec4aa8b84414386501f325b2d37e1553892 Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Sun, 16 Jul 2023 22:27:19 +0000 Subject: [PATCH] change admin nick to 'jkhsjdhjs' --- bert.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)