James Vega
|
5a6f3ee7bb
|
Removed the example strings until we figure out what to do with them
|
2003-11-06 20:42:27 +00:00 |
|
Jeremy Fincher
|
c2f179cd0d
|
Fixed some bugs and cleaned up the test suite.
|
2003-10-28 05:49:31 +00:00 |
|
Jeremy Fincher
|
62f371d848
|
Converted to use generic names.
|
2003-10-21 04:03:25 +00:00 |
|
Jeremy Fincher
|
1eb2a387eb
|
Changed ChannelTopic back to Topic.
|
2003-10-19 15:48:44 +00:00 |
|
Jeremy Fincher
|
f92d03e3a3
|
Changed the name of the Topic plugin to ChannelTopic.
|
2003-10-18 13:14:57 +00:00 |
|
James Vega
|
84f931bb9f
|
Lots of pylint cleanups
|
2003-10-11 21:03:02 +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
|
b100ceb185
|
Updated example string.
|
2003-10-03 10:13:41 +00:00 |
|
Jeremy Fincher
|
29825d76f9
|
Forgot to update help for the new indexing.
|
2003-10-03 10:09:49 +00:00 |
|
Jeremy Fincher
|
a8d7de246d
|
Made indexing start from 1 instead of 0.
|
2003-10-02 05:58:53 +00:00 |
|
Jeremy Fincher
|
01ee1169f0
|
Forgot to return after an irc.error.
|
2003-09-24 06:16:29 +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
|
9ed2dcbc31
|
Fixed bug #807245, changetopic reorders topics.
|
2003-09-16 18:08:33 +00:00 |
|
Jeremy Fincher
|
41d266f207
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
|
Jeremy Fincher
|
1ad3ec9914
|
Fixed some bugs with removetopic when the topic didn't match topicUnformatter.
|
2003-09-06 05:25:42 +00:00 |
|
Jeremy Fincher
|
f87eb2e654
|
Tyop.
|
2003-08-29 08:16:29 +00:00 |
|
Jeremy Fincher
|
2e4c9439b9
|
Changed topicUnformatter regexp slightly and fixed shuffletopic so it wouldn't send a repeat topic.
|
2003-08-29 07:32:14 +00:00 |
|
Jeremy Fincher
|
9d51e998b5
|
Added example strings.
|
2003-08-27 18:06:26 +00:00 |
|
Jeremy Fincher
|
09c77aa234
|
Can catch re.error instead of sre_constants.error.
|
2003-08-26 17:08:46 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
James Vega
|
7aabcfd41d
|
Fixed a typo. prfix->prefix
|
2003-08-19 01:20:56 +00:00 |
|
Jeremy Fincher
|
9b62a861c6
|
Removed an unneeded debug.printf.
|
2003-08-12 18:45:23 +00:00 |
|
Jeremy Fincher
|
39cce9c3af
|
Changed from 's.find(x) != -1' to 'x in s'
|
2003-08-11 17:16:03 +00:00 |
|
Jeremy Fincher
|
b6e9d10a96
|
Added import sre_constants.
|
2003-06-02 06:42:15 +00:00 |
|
Jeremy Fincher
|
f10eff889d
|
Added import utils.
|
2003-06-02 06:41:35 +00:00 |
|
Jeremy Fincher
|
c5e1e8e89a
|
Fixed NameError in topic.
|
2003-06-02 05:42:57 +00:00 |
|
Jeremy Fincher
|
b321ca8bb9
|
Wrong number of arguments on error.
|
2003-04-17 10:07:06 +00:00 |
|
Jeremy Fincher
|
aafc138745
|
Fixed permissions bug.
|
2003-04-16 08:34:44 +00:00 |
|
Jeremy Fincher
|
481c9f31ac
|
Fixed changetopic to use utils.perlReToReplacer and added help/morehelp for all commands.
|
2003-04-16 07:11:28 +00:00 |
|
Jeremy Fincher
|
c49bd6f88f
|
Fixed handling of channel capabilities
|
2003-04-02 11:08:34 +00:00 |
|
Jeremy Fincher
|
ce741a1f0e
|
Added changetopic
|
2003-03-28 17:30:10 +00:00 |
|
Jeremy Fincher
|
85e7e3ae05
|
Removed CHANGELOG and TODO, not very useful these days
|
2003-03-28 07:38:16 +00:00 |
|
Jeremy Fincher
|
0afc399bfc
|
Added module docstrings (which will later be used by the installer script.
|
2003-03-25 06:53:51 +00:00 |
|
James Vega
|
c803e5e9d8
|
Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
|
2003-03-24 08:41:19 +00:00 |
|
Jeremy Fincher
|
7801c84d84
|
Initial revision
|
2003-03-12 06:26:59 +00:00 |
|