Jeremy Fincher
afbc6ab056
Uh, I forgot my signature :)
2004-12-07 04:20:30 +00:00
Jeremy Fincher
3fd71dc26a
Optionalize the nick in in the invite command.
2004-12-07 00:47:20 +00:00
Jeremy Fincher
9480ff3e88
Updated to do proper noReply calls.
2004-12-07 00:41:17 +00:00
Jeremy Fincher
5af655391a
New way of handling channel keys.
2004-12-07 00:29:20 +00:00
James Vega
d57788b5d2
Fix some bugs in Channel.kban
2004-11-30 05:21:16 +00:00
Jeremy Fincher
a304dfeb86
Added unban-without-hostmask behavior (untested) as well as fixed the bug in Channel.mode.
2004-11-19 21:15:42 +00:00
Jeremy Fincher
907587e326
Bugz0r.
2004-11-09 01:46:17 +00:00
James Vega
54f77f914b
reason should be 'text'
2004-11-03 20:20:34 +00:00
Kevin Murphy
81395a56d6
A little self-gratification ;)
2004-10-28 06:40:20 +00:00
Kevin Murphy
3f2f500dc4
ToDo #1046877 : Added Enable/Disable commands
2004-10-28 06:37:39 +00:00
James Vega
cbd5abbab7
A bunch more %r -> %s conversions as well as wrap updates, new policy for
...
Channel.voice and some bug fixes for Debian
2004-10-25 22:59:03 +00:00
Jeremy Fincher
a238ed6298
Fixed TODO #1047283 .
2004-10-22 06:21:34 +00:00
Jeremy Fincher
425436b5f7
Forgot to import * from commands.
2004-10-19 03:09:32 +00:00
Jeremy Fincher
4566c1bfca
Updateed to the new wrap; added a few XXXs.
2004-10-19 02:52:40 +00:00
Jeremy Fincher
80260623ec
Fix bug with redundadnt unbans.
2004-10-19 01:48:58 +00:00
James Vega
c3c5ea71bc
Add a couple more Raise=True.
2004-10-11 17:30:20 +00:00
James Vega
3df40e814a
{de,}{op,halfop,voice} need to allowExtra
2004-10-08 12:33:39 +00:00
Jeremy Fincher
1398a1fa47
Removed a useless import.
2004-10-02 17:48:20 +00:00
Jeremy Fincher
e21be94af0
Better.
2004-10-02 02:36:10 +00:00
Jeremy Fincher
71e18515d7
No need for checking, commands.wrap rocks.
2004-10-01 22:35:34 +00:00
Jeremy Fincher
56ba5edcc9
Elucidating comment, etc.
2004-09-30 05:25:38 +00:00
Jeremy Fincher
4b5909331a
Updated completely.
2004-09-28 07:10:27 +00:00
James Vega
e381f11e12
Update src/Channels.py to use commands.wrap. Added some more converters to
...
ease the process. Hopefully this doesn't break anything. The tests passed!
2004-09-23 16:13:00 +00:00
James Vega
50973a10fb
Remove #! lines.
2004-09-20 03:01:50 +00:00
James Vega
7f22a1c9b6
Add rfe #1004006 , {add,remove,{un,}set}capability can accept multiple capabilities.
2004-09-20 01:33:44 +00:00
Jeremy Fincher
11300e1845
Fixed an uncaught exception.
2004-09-16 13:47:01 +00:00
Jeremy Fincher
cebf388513
Added a Channel.alert command.
2004-09-11 16:23:56 +00:00
Jeremy Fincher
ee70224aa3
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
Jeremy Fincher
3db2904ed0
Updated for new authors abstraction (single points of control are good).
2004-09-01 06:06:54 +00:00
Jeremy Fincher
b7307c5b67
Respect KICKLEN.
2004-08-27 09:14:13 +00:00
Jeremy Fincher
b810f7604b
We'll fix this later, but right now let's be consistent with permban.
2004-08-27 05:09:18 +00:00
James Vega
36d9b07b41
Rename ban/unban back to permban/unpermban and add the mode -b part to
...
unpermban. I'll leave the addition of mode +b in permban to jemfinch since
he'll probably factor out a bit of common code in permban and the new ban
command.
2004-08-26 14:28:37 +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
9c64990fca
Oops, forgot a state. It's like seventh grade geography all over again\!
2004-08-19 15:49:32 +00:00
Jeremy Fincher
0f598271dc
Speeling fixes.
2004-08-18 23:15:27 +00:00
Jeremy Fincher
eff7489469
Don't try to kick people that aren't in the channel.
2004-08-16 21:26:38 +00:00
James Vega
efb7891f46
pylint cleanups
2004-08-11 12:57:52 +00:00
Jeremy Fincher
3fc03d2fa5
Fix for bug #1004002 .
2004-08-05 18:45:09 +00:00
Jeremy Fincher
9ea8a9e55b
Changed the *permban* commands to *ban* commands.
2004-08-05 04:34:19 +00:00
Jeremy Fincher
5d542dcdd1
Let's catch this KeyError, shall we?
2004-07-31 07:45:19 +00:00
Jeremy Fincher
f9c61271ea
w00, less path mungingEXCLAIMEXCLAIM
2004-07-24 05:18:26 +00:00
Jeremy Fincher
370c30a4cf
Refactored, added moderate, unmoderate, and key.
2004-07-23 04:07:50 +00:00
Jeremy Fincher
f871d3828c
Added Channel.limit.
2004-07-23 01:19:30 +00:00
Jeremy Fincher
35038fd376
Added Channel.mode.
2004-07-23 01:01:29 +00:00
Jeremy Fincher
032fbe4ae2
Added permbans command.
2004-07-01 17:55:29 +00:00
James Vega
0721a7005c
Simplified the last fix and commented out the kban tests since they don't
...
work properly
2004-06-19 16:36:29 +00:00
James Vega
90a0529696
Fixed a bug and caught some interesting issues with strictRfc. Still need
...
to look into Channel.kban
2004-06-19 02:06:44 +00:00
James Vega
d9d1aefac3
Clarify the help for Channel.permban
2004-06-19 00:42:52 +00:00
James Vega
34555c51ff
I didn't like the idea of supybot being able to time travel
2004-06-04 06:18:33 +00:00
Jeremy Fincher
c890018aaf
Added reason to kban.
2004-04-30 07:44:48 +00:00