change admin nick to 'jkhsjdhjs'
This commit is contained in:
parent
818110e485
commit
2cb3eec4aa
6
bert.py
6
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user