瀏覽代碼

Feedback.

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)