Skip to content

Commit 2ea3d31

Browse files
author
bspkrs
committed
add fake nick for changes made outside the bot
1 parent 13058ea commit 2ea3d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPBot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def sendMemberResults(self, sender, dest, val, status, limit=0, summary=False, i
692692
if entry['irc_nick']:
693693
self.sendOutput(dest, "§ULast Change§N: {last_modified_ts} ({irc_nick})".format(**entry))
694694
else:
695-
self.sendOutput(dest, "§ULast Change§N: {last_modified_ts}".format(**entry))
695+
self.sendOutput(dest, "§ULast Change§N: {last_modified_ts} (_bot_update_)".format(**entry))
696696

697697
if not i == len(val) - 1:
698698
self.sendOutput(dest, " ".format(**entry))

0 commit comments

Comments
 (0)