3492 Commits

Author SHA1 Message Date
Mika Suomalainen
61e04a4b1f Admin & Alias & Anonymous & AutoMode & BadWord & Channel & ChannelLogger: update/create Finnish translation 2011-02-28 16:45:53 +01:00
Valentin Lorentz
9b9be73cf9 BadWord & Channel: add Finish translation 2011-02-28 09:47:00 +01:00
Valentin Lorentz
c9ee7bc4ef (Re)generate all plugin's .pot file 2011-02-26 10:40:50 +01:00
SpiderDave
3fba5e5694 Adding TMDb plugin (themoviedb.org) 2011-02-22 19:46:41 -05:00
SpiderDave
267911143f Adding Uno plugin 2011-02-22 01:42:50 -05:00
SpiderDave
240068a4ee Small change to help text for ucstart command to reflect new simplified ucrules command. 2011-02-20 01:14:41 -05:00
SpiderDave
cb5c8d1219 Undercut plugin. Number games based on those described in the book "Metamagical Themas". 2011-02-20 01:04:54 -05:00
Valentin Lorentz
c986dcfe2f Update BadWord's .pot and fr.po 2011-01-29 11:52:14 +01:00
Daniel Folkinshteyn
00d6438cac BadWords: improve help for requireWordBoundaries config.
Make a note that the plugin requires restart or the words set updating,
for changes to this setting to take effect.
2011-01-29 11:47:23 +01:00
Daniel Folkinshteyn
ef8db55695 Badwords: add plugin docstring, and fix/standardize some method docstrings. 2011-01-29 11:46:14 +01:00
quantumlemur
242f6057ff Fixed infinite throw-back loop 2011-01-06 19:03:48 -05:00
quantumlemur
4588caae9f Fixed infinite throw-back loop 2011-01-06 18:56:16 -05:00
Valentin Lorentz
1344f2897d Localize AutoMode, BadWords, and Channel into French 2010-10-25 17:56:17 +02:00
Valentin Lorentz
64f6c734f5 Internationalize Alias, Anonymous, AutoMode, and BadWord 2010-10-16 18:54:18 +02:00
Daniel Folkinshteyn
419821c9c0 BadWords: improve help for requireWordBoundaries config.
Make a note that the plugin requires restart or the words set updating,
for changes to this setting to take effect.
2010-09-08 00:11:28 -04:00
Daniel Folkinshteyn
c3a47cf42a Badwords: add plugin docstring, and fix/standardize some method docstrings. 2010-09-07 20:27:51 -04:00
James Vega
ef963fa012 Merge branch 'maint/0.83.4'
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2010-08-29 11:34:55 -04:00
Benjamin P. Burhans
30d767a6c3 Check for empty word list in BadWords plugin before filtering.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit 6418b3d8c3395f90244b782ecd9553fb642a4d7e)
2010-08-24 19:13:09 -04:00
quantumlemur
2e2020e56f Listener network specification and better socket closing 2010-06-15 11:04:28 -07:00
quantumlemur
345304b7d3 more debugging 2010-05-06 14:02:07 -04:00
quantumlemur
8f036b8205 more debugging 2010-05-06 13:58:19 -04:00
quantumlemur
1650230d81 more debugging 2010-05-06 13:54:24 -04:00
quantumlemur
ae004239cd added in some debugging info 2010-05-06 13:44:35 -04:00
quantumlemur
d149336266 Trying again with the bug fix 2010-05-06 13:39:31 -04:00
quantumlemur
2b1fd4b545 hopefully fixed channel case bug 2010-05-06 13:14:47 -04:00
quantumlemur
eb66ed168c added the ability for the bot to cut his own wires 2010-04-25 23:44:22 -04:00
quantumlemur
5bab04a84f Fixed typo in __init__.py 2010-03-28 20:29:23 -04:00
quantumlemur
2a5e04cf26 Made timebombs per-channel 2010-03-26 17:32:42 -04:00
quantumlemur
d682721dfb Added a couple Timebomb configs 2010-03-26 17:06:11 -04:00
quantumlemur
3869d5347a Updated Timebomb config defaults 2010-03-26 13:41:50 -04:00
quantumlemur
c2fd110a38 Initial push of Wikipedia plugin, and added some config options for Timebomb 2010-03-26 13:31:54 -04:00
quantumlemur
f02a0d6bf7 Added config options for only randombombing active users 2010-03-26 01:35:25 -04:00
quantumlemur
fa0c2cc2fa Added config option for whether or not detonation ASCII art is displayed 2010-03-25 19:21:22 -04:00
quantumlemur
9b951fcaa2 Deleted a couple lines of old code 2010-03-25 18:56:51 -04:00
quantumlemur
ed0af3cdb7 First commit, with LinkRelay and Timebomb plugins 2010-03-25 18:47:21 -04:00
Michael B. Klein
71571fd848 Removed "Character" prefix output from Unicode response
git-svn-id: svn://rc98.net/supybot-plugins@1014 231ca652-46dc-4159-9403-8d4cb240bb29
2010-01-19 18:22:40 +00:00
Michael B. Klein
95a83cb953 Added Unicode lookup
git-svn-id: svn://rc98.net/supybot-plugins@1013 231ca652-46dc-4159-9403-8d4cb240bb29
2010-01-19 18:03:22 +00:00
Benjamin P. Burhans
e55fd815ab Check for empty word list in BadWords plugin before filtering.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-09-16 01:20:52 -04:00
James Vega
fbbc7b9ce2 BadWords: Only send a msg stripped of formatting if it had bad words
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-04-14 19:59:59 -04:00
Jeremy Fincher
d6621fdf5c Moved BadWords's kick-check to an inFilter rather than doPrivmsg, so ignored people can still be kicked. 2009-03-12 13:47:12 -05:00
Jeremy Fincher
8298a87a80 Final cleanups for BadWords kicking. 2009-03-11 13:37:24 -04:00
Jeremy Fincher
8d2ba534d8 Added kick ability to the BadWords plugin, imported it from supybot-plugins. 2009-03-11 13:37:24 -04:00