Limnoria/plugins
Jeremy Fincher 6025ecac05 Stupid regexp error. 2003-08-18 06:43:26 +00:00
..
Alias.py Changed from 's.find(x) != -1' to 'x in s' 2003-08-11 17:16:03 +00:00
BadWords.py Upgraded to 2.3. 2003-07-31 06:20:58 +00:00
ChannelDB.py Had to do a map(int, ...) thing because sqlite sometimes sucks at that kind of thing. 2003-08-17 06:22:01 +00:00
ChannelLogger.py Fixed the null nick problem with the IRC bot's own messages. 2003-06-10 07:31:11 +00:00
Ctcp.py Added specific logging of CTCP requests. 2003-08-14 17:54:28 +00:00
Enforcer.py Moved from plugins/deprecated/ 2003-04-08 08:40:50 +00:00
Factoids.py Started trying to make factoids useful. 2003-04-29 13:25:40 +00:00
FixRelayBot.py Added module docstrings (which will later be used by the installer script. 2003-03-25 06:53:51 +00:00
FreeBSD.py Various updates. 2003-04-17 08:39:04 +00:00
Friendly.py Changed from 's.find(x) != -1' to 'x in s' 2003-08-11 17:16:03 +00:00
FunCommands.py Wrote some more tests for FunCommands; found some bugs in the process. 2003-08-17 02:02:53 +00:00
FunDB.py Made zipcode handle zipcodefor stuff. 2003-08-15 03:00:10 +00:00
Gameknot.py Stupid regexp error. 2003-08-18 06:43:26 +00:00
Google.py Made to use new PrivmsgCommandAndRegexp callback. 2003-08-11 03:37:15 +00:00
Http.py Added some tests and fixed a bug they found in the title command. 2003-08-15 17:40:14 +00:00
Infobot.py Somewhat working now. 2003-08-14 12:11:45 +00:00
KillBold.py Added a module to remove bold outgoing from the bot. 2003-07-21 03:59:34 +00:00
Markov.py Made Markov module threaded. 2003-06-10 16:51:21 +00:00
Moobot.py Updated stuff for 2.3 to break 2.2 compatibility :) 2003-08-07 02:48:44 +00:00
News.py Added docstrings and method skeleton. 2003-04-15 23:29:40 +00:00
NickServ.py Changed from 's.find(x) != -1' to 'x in s' 2003-08-11 17:16:03 +00:00
Notes.py Made Notes notify on PRIVMSG as well as JOIN. 2003-08-15 03:00:59 +00:00
OSU.py Changed from 's.find(x) != -1' to 'x in s' 2003-08-11 17:16:03 +00:00
Parter.py Added vim:set ... : strings to source in order to keep file formatting 2003-03-24 08:41:19 +00:00
Quotes.py Syntax fix for SQL. 2003-04-21 13:07:01 +00:00
RSS.py Changed utils.timeElapsed to use just a seconds instead of a now/then argument. 2003-05-20 15:37:25 +00:00
RawLogger.py Added vim:set ... : strings to source in order to keep file formatting 2003-03-24 08:41:19 +00:00
Relay.py Stopped coloring networks, it sucked. 2003-08-15 05:41:51 +00:00
RootWarner.py Fixed tyop. 2003-04-19 22:38:40 +00:00
ThreadedFunCommands.py Changed from 's.find(x) != -1' to 'x in s' 2003-08-11 17:16:03 +00:00
Topic.py Removed an unneeded debug.printf. 2003-08-12 18:45:23 +00:00
TwistedCommands.py Rewrote dict command. 2003-04-18 08:20:27 +00:00
URLSnarfer.py Basic snarfing and random URL returning is done. 2003-08-17 09:31:04 +00:00
Unix.py * added new utility, findBinaryInPath which searches the PATH for a specific binary 2003-08-17 20:09:09 +00:00
Utilities.py Added an ignore command, useful for sequencing several nested commands. 2003-08-17 09:26:05 +00:00
baseplugin.py Made the db commit before closing in ChannelDBHandler. 2003-08-13 05:53:34 +00:00