This commit is contained in:
Jeremy Fincher 2004-02-17 06:29:19 +00:00
parent 32aa12b118
commit c0dad919d6
2 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,6 @@
* Changed the format of the Alias database, and also its location * Added the ability to reply to factoids without the "whatis" in
(to go to your configuration directory rather than your data the Factoids plugin. Now, you can use "@foo" instead of "@whatis
directory now). Be sure, if you're upgrading, to run foo".
tools/aliasConvert.py on your Alias.db *BEFORE* installing the new
version.
* Changed the format of the user and channel databases to * Changed the format of the user and channel databases to
something much more readable and user-editable. Be sure, if something much more readable and user-editable. Be sure, if

View File

@ -88,7 +88,7 @@ class Weather(callbacks.Privmsg):
# The weather we pull uses weird codes. Map obvious ones here. # The weather we pull uses weird codes. Map obvious ones here.
_countryMap = {'uk': 'gb'} _countryMap = {'uk': 'gb'}
def weather(self, irc, msg, args): def weather(self, irc, msg, args):
"""<US zip code> <US/Canada city, state> <Foreign city, country> """<US zip code | US/Canada city, state | Foreign city, country>
Returns the approximate weather conditions for a given city. Returns the approximate weather conditions for a given city.
""" """