Skip to content

Commit

Permalink
All bot announcements are now "AUTOMATIC" instead of "PRIVATE"
Browse files Browse the repository at this point in the history
  • Loading branch information
RemieRichards committed May 9, 2015
1 parent fdeb840 commit 85da42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/NanoTrasenBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def nudgereceiver():
client.close() #Throw the bum out!
truedata = pickle.loads(data)
if truedata["ip"][0] == "#":
conn.privmsg(truedata["ip"],"PRIVATE ANNOUNCEMENT : "+str(" ".join(truedata["data"])))
conn.privmsg(truedata["ip"],"AUTOMATIC ANNOUNCEMENT : "+str(" ".join(truedata["data"])))
else:
conn.privmsg(channel,"AUTOMATIC ANNOUNCEMENT : "+str(truedata["ip"])+" | "+str(" ".join(truedata["data"])))
thread.start_new_thread(nudgereceiver,())
Expand Down

0 comments on commit 85da42f

Please sign in to comment.