Browse Source

Moar chatty!

Douglas William Thrift 13 years ago
parent
commit
961dbe0d48
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locationbot.py

+ 2 - 1
locationbot.py

@@ -174,6 +174,7 @@ class LocationBot(ircbot.SingleServerIRCBot):
 			'colloquial_area',
 			'locality',
 			'sublocality',
+			'neighborhood',
 		])
 
 		for result in results:
@@ -853,7 +854,7 @@ class LocationBot(ircbot.SingleServerIRCBot):
 						else:
 							aux = ''
 
-						self.connection.notice(channel, '%s is in %s%s %s' % (nick, location, aux, self.__url(nick, granularity, location, coordinates)))
+						self.connection.privmsg(channel, '%s is in %s%s %s' % (nick, location, aux, self.__url(nick, granularity, location, coordinates)))
 
 					self.__locations = []