Valentin Lorentz
bee98f6711
Conditional: Do not use noReply() after running the command.
...
As the command already calls reply() or noReply(), calling noReply()
there had disastrous effects:
* if reply() was called, noReply() erases the argument
* if noReply() was called, calling noReply() a second time erases **the next argument** (because the current argument was already erased).
This was 'caused' by the change of behavior of noReply() in 543edccd41
.
2017-10-26 09:55:52 +02:00
Valentin Lorentz
51c354bcfb
Conditional: disable threading.
2016-03-16 16:49:07 +01:00
Valentin Lorentz
b69e6e22bb
Conditional: Rename @iferror to @cerror and simplify its logic to just return a boolean.
2015-11-14 19:28:05 +01:00
Valentin Lorentz
5f361ef180
Conditional: Add command @iferror. Closes GH-1114.
2015-11-14 19:20:25 +01:00
Valentin Lorentz
b3dbde18b8
Conditional: Don't import * from commands and remove the hack for any/all.
2015-11-09 19:10:19 +01:00
Valentin Lorentz
8bdab5e23e
Condition: Add support for integers (casted to booleans).
2015-11-07 18:44:33 +01:00
James Lu
74655e4203
Add help for the following plugins (ref #903 ):
...
- Admin
- Alias
- AutoMode
- Channel
- ChannelLogger
- ChannelStats
- Conditional
- Config
- Ctcp
- Dict
- Also, proofread Aka's help from #904 for grammar.
2014-11-29 23:18:44 -08:00
Valentin Lorentz
bb7db3ab21
Continue accelerating the 2to3 step (remove fix_except).
2014-01-20 15:49:15 +01:00
Valentin Lorentz
1724d6867b
Conditional: Fix handling of exceptions.
2013-08-18 17:37:42 +02:00
Valentin Lorentz
1e8dddaa6a
Conditional: Add --case-insensitive switch to @match.
2013-08-04 08:35:15 +02:00
Valentin Lorentz
8496cc2e6a
Fix previous commit ( 38bab185a9
).
2013-07-13 20:39:38 +02:00
Valentin Lorentz
38bab185a9
Remove Python2.4-specific code.
2013-07-13 17:28:21 +02:00
Valentin Lorentz
6831b75d72
Conditional: fix typo.
2011-07-08 10:41:36 +02:00
Valentin Lorentz
49e14f9a92
Conditional & Dict & Factoids & MessageParser: remove redundant spaces, update i18n and l10n-fr
2011-06-28 19:43:21 +02:00
Valentin Lorentz
2779b676c2
Conditional: internationalize and localize in French
2011-02-26 11:26:02 +01:00
Valentin Lorentz
f3a20df8f1
Import Conditional from gribble repo
2011-02-20 11:13:57 +01:00