Browse Source

Feedback.

Douglas William Thrift 14 years ago
parent
commit
c1006dc13c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locationbot.py

+ 1 - 0
locationbot.py

@@ -350,6 +350,7 @@ class LocationBot(ircbot.SingleServerIRCBot):
 			return connection.privmsg(nick, 'nice try')
 
 		connection.privmsg(nick_channel, message)
+		connection.privmsg(nick, 'successfully sent message ("%s") to nick/channel ("%s")' % (message, nick_channel))
 
 	def __set(self, connection, nickmask, nick, login, arguments):
 		arguments = arguments.split(None, 1)