Douglas William Thrift 14 роки тому
батько
коміт
c1006dc13c
1 змінених файлів з 1 додано та 0 видалено
  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)