mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Updated.
This commit is contained in:
parent
32aa12b118
commit
c0dad919d6
@ -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
|
||||
|
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user