Commit Graph

7 Commits

Author SHA1 Message Date
0bd681c324 convert most modules to use ! commands.
okay, it's time. we got around for a while with all sorts of silly
config options and exceptions and common strings triggering bot
commands. but now it's time to man up and expect modules to be
more strict and less loosey-goosey.

convert the popular modules (i.e. the ones that still work) to
trigger on !pi rather than pi, etc. usually, this is achieved via
regex searches, although there are some weird bugs (ones i'm hoping
are caused by other recursion/alias bugs and not this commit).

more code around this will be gutted soon, but this, at least,
means you can't say 'tweet that shit, yo' and accidentally trigger
the bot.
2011-01-07 20:37:24 -06:00
5a81f4d1fc fix spaces in city name 2010-12-09 13:09:01 -06:00
a19dcdb690 fix string concat thinko 2010-12-06 16:31:16 -06:00
a8562f71a0 slight code cleanup, add windchill calculation 2010-12-06 16:01:49 -06:00
aae4dfa062 remove a (hopefully) useless unicode() call 2010-10-27 22:48:52 -05:00
ebd89d35cc (hopefully) properly catch/log URLError, IndexError 2010-10-25 18:23:25 -05:00
d561d16e64 weather module. same output as in the irssi bot script. uses pywapi that was added a couple commits ago 2010-07-30 20:30:39 -05:00