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
(to go to your configuration directory rather than your data
directory now). Be sure, if you're upgrading, to run
tools/aliasConvert.py on your Alias.db *BEFORE* installing the new
version.
* Added the ability to reply to factoids without the "whatis" in
the Factoids plugin. Now, you can use "@foo" instead of "@whatis
foo".
* Changed the format of the user and channel databases to
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.
_countryMap = {'uk': 'gb'}
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.
"""