mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-11 22:37:23 +02: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
|
* 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
|
||||||
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user