.. |
__init__.py
|
Swapped the order of the arguments for makeChannelFilename.
|
2004-09-12 20:26:08 +00:00 |
Alias.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
Amazon.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
Anonymous.py
|
Changed action to do; it's more consistent with 'say' (rather than 'privmsg') and MozBot's similar plugin.
|
2004-09-10 06:24:30 +00:00 |
Babelfish.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
BadWords.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Bugzilla.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
ChannelLogger.py
|
Wow, this was some of the most broken code EVAR.
|
2004-09-10 07:28:07 +00:00 |
ChannelRelay.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
ChannelStats.py
|
Fixed some == tests on nicks (became ircutils.strEqual).
|
2004-08-31 17:23:33 +00:00 |
Ctcp.py
|
Fixed CTCP FINGER.
|
2004-09-13 03:18:35 +00:00 |
Currency.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
DCC.py
|
Use reply instead of queueMsg where possible.
|
2004-09-01 12:37:07 +00:00 |
Debian.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
Dict.py
|
Can't define an empty word.
|
2004-08-31 18:23:47 +00:00 |
Dunno.py
|
Swapped the order of the arguments for makeChannelFilename.
|
2004-09-12 20:26:08 +00:00 |
Ebay.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
Enforcer.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
Factoids.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Filter.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
FixRelayBot.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Format.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
Fun.py
|
Added URL to original Mozbot code per MPL 3.3.
|
2004-08-23 23:56:29 +00:00 |
FunDB.py
|
Swapped the order of the arguments for makeChannelFilename.
|
2004-09-12 20:26:08 +00:00 |
Gameknot.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
Geekquote.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
Google.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
Herald.py
|
We didn't used to prefixName, so let's stay that way.
|
2004-09-07 19:58:24 +00:00 |
Http.py
|
Update the kernel command.
|
2004-09-10 17:31:13 +00:00 |
Infobot.py
|
Database independence stuff.
|
2004-09-11 20:24:52 +00:00 |
Insult.py
|
Added an XXX.
|
2004-09-10 06:25:05 +00:00 |
Internet.py
|
Name changed from 'Network'
|
2004-09-12 04:39:46 +00:00 |
Karma.py
|
Changed contribution of jamessan slightly.
|
2004-09-13 00:40:25 +00:00 |
KeepAlive.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
KillBold.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Later.py
|
Slight help update.
|
2004-09-10 06:25:38 +00:00 |
LogToIrc.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
Lookup.py
|
Fixed bug #1015151.
|
2004-08-25 17:32:49 +00:00 |
Markov.py
|
Finish switching from "foo in db" to "db.has_key(foo)"
|
2004-09-13 14:26:25 +00:00 |
Math.py
|
Added abs to the calc command.
|
2004-09-06 08:07:54 +00:00 |
MoobotFactoids.py
|
Removed old regexp docstrings.
|
2004-09-13 00:41:15 +00:00 |
Network.py
|
Prettier format for latency.
|
2004-09-13 13:45:19 +00:00 |
News.py
|
Scrap the Old 'n' Busted. Bring in the New Hotness (aka, freshly abstracted).
|
2004-09-10 19:37:49 +00:00 |
NickCapture.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
Nickometer.py
|
Updated the docstring.
|
2004-09-08 22:56:55 +00:00 |
Note.py
|
Database independence stuff.
|
2004-09-11 20:24:52 +00:00 |
Observer.py
|
This should work somewhat.
|
2004-09-10 06:26:46 +00:00 |
OSU.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Parter.py
|
Fixed some == tests on nicks (became ircutils.strEqual).
|
2004-08-31 17:23:33 +00:00 |
Poll.py
|
_getId needs the irc object if it's going to use it
|
2004-09-03 13:42:57 +00:00 |
Project.py
|
Swapped the order of the arguments for makeChannelFilename.
|
2004-09-12 20:26:08 +00:00 |
Python.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
QuoteGrabs.py
|
fix another irc.queueMsg -> irc.reply where we needed prefixName=False
|
2004-09-08 23:23:25 +00:00 |
Quotes.py
|
Swapped the order of the arguments for makeChannelFilename.
|
2004-09-12 20:26:08 +00:00 |
RawLogger.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Relay.py
|
Network plugin for network-related commands.
|
2004-09-12 05:46:18 +00:00 |
RootWarner.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
RSS.py
|
Added a dot.
|
2004-09-13 01:07:04 +00:00 |
Scheduler.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
Seen.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Services.py
|
This, also, is just plain super.
|
2004-09-06 08:10:49 +00:00 |
Sourceforge.py
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
Status.py
|
Removed logfile command, no one uses it and it's an information leak (channel logfiles).
|
2004-08-23 21:35:43 +00:00 |
SuperIgnore.py
|
Initial checkin.
|
2004-09-10 07:02:21 +00:00 |
Tail.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
Todo.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
Topic.py
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
Unix.py
|
configure method was missing it's conf.register...
|
2004-09-07 14:59:11 +00:00 |
UrbanDict.py
|
Changed main command from 'ud' to 'urbandict'
|
2004-09-12 20:58:38 +00:00 |
URL.py
|
Swapped the order of the arguments for makeChannelFilename.
|
2004-09-12 20:26:08 +00:00 |
UserInfo.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |
Utilities.py
|
Removed an old debugging print.
|
2004-09-08 22:57:39 +00:00 |
Weather.py
|
Changed callCommand to give a name rather than a method; added invalidCommand throttling, ctcp throttling, and whole bunch of other crap.
|
2004-09-08 23:34:48 +00:00 |
Words.py
|
Changed callCommand to give a name rather than a method; added invalidCommand throttling, ctcp throttling, and whole bunch of other crap.
|
2004-09-08 23:34:48 +00:00 |
WordStats.py
|
Fixed some bugs in some callCommands, as well as used some super calls where before we did it the wrong way.
|
2004-09-01 04:55:08 +00:00 |
XMLLogger.py
|
Our #! path should be /usr/bin/env python
|
2004-09-07 14:31:06 +00:00 |