Jeremy Fincher
|
278310e999
|
Moved some commands from Utilities to Format.
|
2004-07-23 04:55:17 +00:00 |
|
James Vega
|
315810d08e
|
yay! no more stray whitespace
|
2004-07-21 19:36:35 +00:00 |
|
Jeremy Fincher
|
bc1027d8cc
|
Updated the function to match the help.
|
2004-07-17 16:51:27 +00:00 |
|
Jeremy Fincher
|
cf54ef75cf
|
Added reply and tweaked success.
|
2004-04-30 06:12:20 +00:00 |
|
Jeremy Fincher
|
cd3039317d
|
Added an author command.
|
2004-04-28 06:30:55 +00:00 |
|
Jeremy Fincher
|
e50f3ccbac
|
Added Utilities.last.
|
2004-04-22 03:39:38 +00:00 |
|
Jeremy Fincher
|
a4bf228a45
|
Updated help for echo.
|
2004-04-14 02:40:44 +00:00 |
|
Jeremy Fincher
|
72c0eb5d23
|
Added success.
|
2004-04-13 01:49:56 +00:00 |
|
Jeremy Fincher
|
fc71c53b0e
|
Made echo use standardSubstitute.
|
2004-02-26 15:53:45 +00:00 |
|
Jeremy Fincher
|
dda4d61421
|
Added the stuff needed for channel karma.
|
2004-02-20 05:33:12 +00:00 |
|
James Vega
|
fac4c5624c
|
Removed any unnecessary configure methods (ones that only called
conf.registerPlugin) and changed all other configure methods to accept the
advanced argument instead of onStart.
|
2004-01-29 23:58:27 +00:00 |
|
James Vega
|
bc11f76166
|
Updated configure() to only take one argument (onStart) and switched all of
the onStart.append('load pluginName') calls to
conf.registerPlugin('pluginName', True)
|
2004-01-28 22:19:25 +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
|
e46765f426
|
Added a trusted capability (defaulting to off); made Utilties.re require it.
|
2003-12-04 08:28:56 +00:00 |
|
Jeremy Fincher
|
cada17ebb3
|
Added logging of the regexp and originator, in case of abuse.
|
2003-12-01 11:17:00 +00:00 |
|
Jeremy Fincher
|
fb2d9b7f4f
|
Various re fixes, including bug #850931.
|
2003-12-01 11:06:17 +00:00 |
|
Jeremy Fincher
|
d64f5314f8
|
Fix for bug #849619.
|
2003-11-26 12:39:37 +00:00 |
|
Jeremy Fincher
|
5f4a541fe1
|
Added __revision__ strings.
|
2003-11-25 08:23:47 +00:00 |
|
Jeremy Fincher
|
2e0b225d0c
|
Changed the needed= keyword arg in privmsgs.getArgs to required=.
|
2003-11-11 13:20:06 +00:00 |
|
Jeremy Fincher
|
3b6b478aac
|
Moved action to Misc from Utilities.
|
2003-11-11 11:32:09 +00:00 |
|
James Vega
|
ee7ce27b61
|
@echo should reply with help when it receives no arguments
|
2003-11-07 18:51:49 +00:00 |
|
James Vega
|
5a6f3ee7bb
|
Removed the example strings until we figure out what to do with them
|
2003-11-06 20:42:27 +00:00 |
|
Daniel DiPaolo
|
c318d5e384
|
Added the "action" command and associated tests.
|
2003-10-30 17:16:02 +00:00 |
|
Jeremy Fincher
|
e1eb6cff8e
|
Fix for bug #826612.
|
2003-10-20 22:24:08 +00:00 |
|
Jeremy Fincher
|
ec0de6431d
|
Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins.
|
2003-10-05 12:56:56 +00:00 |
|
Jeremy Fincher
|
1c86e6f40c
|
Removed shrink command since it's mostly unnecessary since we got the mores.
|
2003-09-24 04:19:23 +00:00 |
|
Jeremy Fincher
|
fd568a7f48
|
Made echo not prefixName.
|
2003-09-19 17:25:38 +00:00 |
|
Jeremy Fincher
|
f65829b768
|
Moved several things from fix.py to utils.py.
|
2003-09-04 20:42:37 +00:00 |
|
Jeremy Fincher
|
c891592b59
|
Fixed bug in strlen where it didn't account for spaces.
|
2003-08-30 22:54:11 +00:00 |
|
Jeremy Fincher
|
5841566982
|
Docstrings updated.
|
2003-08-30 04:46:17 +00:00 |
|
Jeremy Fincher
|
9d51e998b5
|
Added example strings.
|
2003-08-27 18:06:26 +00:00 |
|
Jeremy Fincher
|
18260e986d
|
Removed arg, strsplit, and fixed re to handle s/// regexps too.
|
2003-08-25 06:25:50 +00:00 |
|
Jeremy Fincher
|
57b0c23a79
|
Added strlen command.
|
2003-08-23 11:34:13 +00:00 |
|
James Vega
|
52fab17e92
|
Added docstrings for ignore
|
2003-08-22 07:07:15 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
cae9f9a255
|
Added an ignore command, useful for sequencing several nested commands.
|
2003-08-17 09:26:05 +00:00 |
|
Jeremy Fincher
|
65d2dabc5c
|
Added shrink command. (made it shirnk a little more)
|
2003-07-16 18:47:26 +00:00 |
|
Jeremy Fincher
|
8ba0d3a1a4
|
Added shrink command.
|
2003-07-16 18:45:28 +00:00 |
|
Jeremy Fincher
|
1c49500263
|
Added strtranslate, strupper, and strlower.
|
2003-04-19 21:23:05 +00:00 |
|
Jeremy Fincher
|
aecad2fc58
|
Changed re command to use new utils functions.
|
2003-04-16 05:28:35 +00:00 |
|
Jeremy Fincher
|
f67fa45395
|
Added repr command and fixed strsplit.
|
2003-04-15 15:59:40 +00:00 |
|
Jeremy Fincher
|
fd43eeafb9
|
Fixed re command.
|
2003-04-11 21:19:28 +00:00 |
|
Jeremy Fincher
|
bd8de87438
|
Fixed re command.
|
2003-04-11 21:18:55 +00:00 |
|
Jeremy Fincher
|
62c407d694
|
Added re command.
|
2003-04-11 21:17:37 +00:00 |
|
Jeremy Fincher
|
bdd6207b9f
|
Stupidity
|
2003-04-08 08:30:28 +00:00 |
|
Jeremy Fincher
|
33a9e88c76
|
Changed strsplit and arg.
|
2003-04-08 08:29:30 +00:00 |
|
Jeremy Fincher
|
15487a6416
|
Fixed arg.
|
2003-04-08 08:24:27 +00:00 |
|
Jeremy Fincher
|
22155c2714
|
Fixed AttributeError in strsplit.
|
2003-04-08 08:22:15 +00:00 |
|
Jeremy Fincher
|
c8c7c40791
|
Added arg command.
|
2003-04-08 08:20:48 +00:00 |
|
Jeremy Fincher
|
9a79c6b0ee
|
Added echo command.
|
2003-04-08 07:19:56 +00:00 |
|