Jeremy Fincher
|
66196683a5
|
Forgot to add it as a possible outfilter.
|
2004-10-24 03:07:44 +00:00 |
|
Jeremy Fincher
|
b8621f0c34
|
Fixed shrink command.
|
2004-10-24 03:04:29 +00:00 |
|
Jeremy Fincher
|
1745c6d144
|
Added shrink filter.
|
2004-10-23 16:32:59 +00:00 |
|
Jeremy Fincher
|
70f9e4c7b0
|
Fix for bug with outfilter.
|
2004-10-14 18:13:30 +00:00 |
|
Jeremy Fincher
|
dcff006235
|
Added GNU filter.
|
2004-10-14 18:07:10 +00:00 |
|
Jeremy Fincher
|
5bc91113fe
|
Fixed so disabled commands in other plugins won't break our outfilter.
|
2004-10-10 15:11:19 +00:00 |
|
Daniel DiPaolo
|
4c37c1c79b
|
Closes #1043440: "Disabled filter commands can still be outfilters."
Just gotta check conf.supybot.commands.disabled() and if it's in there, pretend
it doesn't exist
|
2004-10-09 07:12:21 +00:00 |
|
Jeremy Fincher
|
2c8490c86a
|
Added the undup filter.
|
2004-10-08 16:50:33 +00:00 |
|
Jeremy Fincher
|
349155191a
|
Converted to use commands.
|
2004-10-02 16:51:48 +00:00 |
|
Jeremy Fincher
|
755cfd258d
|
Outfilters should *always* give a msg= keyword argument when they create a new message, because otherwise tags don't remain. If you see any other places where they don't, go ahead and fix them as well :).
|
2004-09-29 18:56:02 +00:00 |
|
Jeremy Fincher
|
0704c34fc7
|
Added a Hebrew filter.
|
2004-09-28 20:08:41 +00:00 |
|
Jeremy Fincher
|
99e35d6810
|
Fixed a performance problem.
|
2004-09-22 13:13:37 +00:00 |
|
Daniel DiPaolo
|
b2dadb3516
|
Added new 'spellit' command
|
2004-09-22 03:38:39 +00:00 |
|
James Vega
|
50973a10fb
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
|
Jeremy Fincher
|
fbb348b6e7
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
|
Jeremy Fincher
|
d36459ab0b
|
More spelling/capitalization normalization.
|
2004-08-19 13:33:34 +00:00 |
|
Jeremy Fincher
|
0f598271dc
|
Speeling fixes.
|
2004-08-18 23:15:27 +00:00 |
|
Jeremy Fincher
|
40ea535e06
|
Forgot to add rainbow to the filters list.
|
2004-07-29 10:47:40 +00:00 |
|
Jeremy Fincher
|
f9c61271ea
|
w00, less path mungingEXCLAIMEXCLAIM
|
2004-07-24 05:18:26 +00:00 |
|
Jeremy Fincher
|
01435e1399
|
Fixed some bugs, added rainbow, etc.
|
2004-07-22 19:10:30 +00:00 |
|
James Vega
|
315810d08e
|
yay! no more stray whitespace
|
2004-07-21 19:36:35 +00:00 |
|
Jeremy Fincher
|
39bf2e4848
|
Minor updates.
|
2004-07-20 15:59:04 +00:00 |
|
Jeremy Fincher
|
368958388f
|
Added aol filter.
|
2004-07-20 09:28:38 +00:00 |
|
Jeremy Fincher
|
2d11b44d36
|
Added aol filter.
|
2004-07-20 09:28:38 +00:00 |
|
Jeremy Fincher
|
4a7e2dba20
|
Example plugin helps.
|
2004-07-20 05:26:52 +00:00 |
|
Jeremy Fincher
|
2ebabe1a73
|
Hah!
|
2004-05-01 00:15:11 +00:00 |
|
Jeremy Fincher
|
99adf8511f
|
Uh, someone forgot to make the remainder of the changes necessary for the unColor -> stripColor conversion...
|
2004-04-15 23:41:24 +00:00 |
|
Jeremy Fincher
|
227738f78e
|
Bugfix for Shame.
|
2004-04-15 06:36:34 +00:00 |
|
James Vega
|
0027117e8c
|
Fix some coloring/formatting bugs we had
|
2004-04-13 01:01:17 +00:00 |
|
James Vega
|
b2153c83fb
|
unColor is now working. Added a colorstrip outfilter to Filter to close RFE
#863599
|
2004-04-09 03:59:12 +00:00 |
|
James Vega
|
a76036722e
|
-.-- .- -.-- --..-- -. --- .-- -- --- .-. ... . -..-. ..- -. -- --- .-.
... . ... ..- .--. .--. --- .-. - ... .--. ..- -. -.-. - ..- .- - .. ---
-. .-.-.-
|
2004-02-20 22:45:27 +00:00 |
|
Jeremy Fincher
|
0ba2815746
|
Added help string for supa1337.
|
2004-02-08 09:25:55 +00:00 |
|
Jeremy Fincher
|
ede140bcde
|
Added the supa1337 filter for complete unreadability.
|
2004-02-06 16:30:35 +00:00 |
|
Jeremy Fincher
|
1c03464fd9
|
Huge commit to finish refactoring of replies.
|
2004-01-08 23:03:48 +00:00 |
|
Jeremy Fincher
|
530aec2be0
|
Updated the reply infrastructure. No more msg, it's just not necessary.
|
2004-01-08 03:12:14 +00:00 |
|
Jeremy Fincher
|
aa7408c09b
|
Changed over to the cool new RichReplyMethods stuff, mostly.
|
2004-01-07 19:09:24 +00:00 |
|
Jeremy Fincher
|
eb0251c247
|
Oops, forgot to remove stuff from Fun.
|
2004-01-07 16:09:44 +00:00 |
|
Jeremy Fincher
|
a6ab624448
|
Moved Filter stuff out to its own plugin.
|
2004-01-07 16:00:03 +00:00 |
|