Jeremy Fincher
|
d57c173598
|
Tiny update to the lithp command.
|
2003-09-22 22:36:23 +00:00 |
|
Jeremy Fincher
|
b4b2b2b883
|
Added --with option to quote command.
|
2003-09-22 22:11:05 +00:00 |
|
Jeremy Fincher
|
e40183f1e5
|
Fixed stupid verisign bug.
|
2003-09-22 18:00:16 +00:00 |
|
Jeremy Fincher
|
3e28059c9e
|
Fixed bug in genre pluralization.
|
2003-09-22 17:32:12 +00:00 |
|
Jeremy Fincher
|
b1b00401ed
|
Changed inFilter to __call__, since it doesn't do any filtering.
|
2003-09-22 11:17:10 +00:00 |
|
Jeremy Fincher
|
41d3039c68
|
Removed some debugging stuff that never should've been committed.
|
2003-09-22 11:16:41 +00:00 |
|
Jeremy Fincher
|
3a329b04f9
|
Added the uptimeEnder to world.flushers instead of just running it atexit.
|
2003-09-22 09:55:00 +00:00 |
|
Jeremy Fincher
|
f137b21dcf
|
Added extra logging to Enforcer in the case where it's not started.
|
2003-09-22 02:46:36 +00:00 |
|
Jeremy Fincher
|
fd568a7f48
|
Made echo not prefixName.
|
2003-09-19 17:25:38 +00:00 |
|
Jeremy Fincher
|
287c9028a5
|
Forgot a return after an irc.error.
|
2003-09-18 15:45:43 +00:00 |
|
Jeremy Fincher
|
3af8f1c790
|
Added private and action keywords to IrcObjectProxy.reply and converted FunDB to use them.
|
2003-09-18 07:26:21 +00:00 |
|
Jeremy Fincher
|
ab302e5742
|
Oops, left a random.choice with the arguments of a random.shuffle.
|
2003-09-18 05:58:24 +00:00 |
|
Jeremy Fincher
|
fad77c9545
|
Forgot to change a topicget to a gettopic.
|
2003-09-17 22:49:00 +00:00 |
|
Jeremy Fincher
|
d227111b0c
|
Added privmsgs.name, privmsgs.channel, and privmsgs.checkChannelCapability. Converted the Topic plugin to use some of them.
|
2003-09-17 22:38:03 +00:00 |
|
Jeremy Fincher
|
fd1aacbd64
|
Fixed snarfer for drawn games.
|
2003-09-17 21:31:04 +00:00 |
|
James Vega
|
b95985c3aa
|
dbchange now updates the added_by field
|
2003-09-16 18:53:09 +00:00 |
|
James Vega
|
292bb2550e
|
Removed requested_by and use_count from {lart,excuse,insult,praise} tables
|
2003-09-16 18:11:16 +00:00 |
|
Jeremy Fincher
|
9ed2dcbc31
|
Fixed bug #807245, changetopic reorders topics.
|
2003-09-16 18:08:33 +00:00 |
|
James Vega
|
7719b8dad3
|
Fixed a couple typos in dbinfo
|
2003-09-16 17:16:11 +00:00 |
|
James Vega
|
32b0b65475
|
plugins/FunDB.py: added support for dbchange
test/test_FunDB.py: added testing for dbchange
|
2003-09-16 16:49:17 +00:00 |
|
Daniel DiPaolo
|
467688de74
|
A bit of cleanup work, mostly on the python zegrep portion of debfile
|
2003-09-15 02:45:39 +00:00 |
|
Jeremy Fincher
|
679b8fbaee
|
Fixed output in the face of a single responding dictionary.
|
2003-09-14 07:39:39 +00:00 |
|
Daniel DiPaolo
|
3da65af7c8
|
* Beginnings of news stuff, yay
|
2003-09-14 07:38:26 +00:00 |
|
Jeremy Fincher
|
e729b430b6
|
Updated for the new ircdb.users.
|
2003-09-14 02:43:17 +00:00 |
|
Jeremy Fincher
|
644fd692fa
|
Changed random.sample(seq, 1)[0] to random.choice. Completely forgot the name of the choice function.
|
2003-09-14 01:18:50 +00:00 |
|
Jeremy Fincher
|
b497acbc43
|
Removed the URL from the snarfer output.
|
2003-09-13 22:32:32 +00:00 |
|
Jeremy Fincher
|
9f51a69d96
|
Moved calc and rpn from FunCommands to the new Math plugin.
|
2003-09-13 15:00:22 +00:00 |
|
Jeremy Fincher
|
d2ec31c45b
|
Fixed bug in removeAlias that it wouldn't clear the frozen set.
|
2003-09-13 14:46:03 +00:00 |
|
Jeremy Fincher
|
358533b335
|
Removed deepthought command now that we have a supyfact for it.
|
2003-09-13 13:39:41 +00:00 |
|
Jeremy Fincher
|
caa099dfc1
|
Added RFE #804955, lookup should return a random key: value if not given an argument.
|
2003-09-13 13:33:49 +00:00 |
|
Jeremy Fincher
|
fb60da149b
|
Added ability to specify optional arguments in aliases with @\d+.
|
2003-09-13 13:30:33 +00:00 |
|
Jeremy Fincher
|
41d266f207
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
|
James Vega
|
f524ec0ac9
|
plugins/Quotes.py: addquote now announces the id of the new quote
test/test_Quotes.py: updated to reflect change in plugin
|
2003-09-12 13:23:09 +00:00 |
|
James Vega
|
91274d3f54
|
addquote now returns the number id of the quote that was added, i.e. Quote #4 added
|
2003-09-12 10:54:25 +00:00 |
|
Daniel DiPaolo
|
47ea9b809f
|
* Fixed Debian's debfile command to work properly
|
2003-09-11 18:46:17 +00:00 |
|
Jeremy Fincher
|
9eb08fa205
|
Removed length restriction from deepthought.
|
2003-09-11 18:39:47 +00:00 |
|
Jeremy Fincher
|
7dfeb8d486
|
Added necessary imports to configure.
|
2003-09-11 12:32:39 +00:00 |
|
Jeremy Fincher
|
60dc66927d
|
Added special handling in the case where the bot is kicked from the channel.
|
2003-09-11 10:27:49 +00:00 |
|
Jeremy Fincher
|
bafc23f536
|
Added configure questions.
|
2003-09-11 10:05:24 +00:00 |
|
Jeremy Fincher
|
e6556ec101
|
Removed zipcode stuff.
|
2003-09-11 09:56:59 +00:00 |
|
Jeremy Fincher
|
99f88bd20a
|
Added DCC CHAT support.
|
2003-09-11 06:43:49 +00:00 |
|
Jeremy Fincher
|
77ff4f8036
|
Help updates, updates for metagoogle, and a change in bolding.
|
2003-09-10 22:29:34 +00:00 |
|
Jeremy Fincher
|
7605f6512e
|
Initial checkin.
|
2003-09-10 22:22:50 +00:00 |
|
Jeremy Fincher
|
273e4a7a0c
|
Added removeAlias method for easy access from within other plugins.
|
2003-09-10 21:15:09 +00:00 |
|
Jeremy Fincher
|
dca69510f3
|
Extracted alias-adding functionality out into a function usable from within other plugins.
|
2003-09-10 20:25:15 +00:00 |
|
Jeremy Fincher
|
d46f6494e7
|
Made --url into --fancy and made simple URL responses the default.
|
2003-09-10 18:15:28 +00:00 |
|
Jeremy Fincher
|
ffefdf1ab7
|
Added new pipe syntax to check for recursive aliases.
|
2003-09-10 08:15:44 +00:00 |
|
Jeremy Fincher
|
ecc820a49c
|
Fixe for bug with titles that spread across lines.
|
2003-09-09 21:00:36 +00:00 |
|
Jeremy Fincher
|
580edc37c5
|
Added a commit to doPrivmsg.
|
2003-09-09 17:40:47 +00:00 |
|
Jeremy Fincher
|
949deee935
|
Added RFE #802856, so regexps aren't required by searchfactoids.
|
2003-09-09 08:41:16 +00:00 |
|