소스 검색

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)