diff options
| author | 2019-04-26 07:26:33 +0100 | |
|---|---|---|
| committer | 2019-04-26 07:26:33 +0100 | |
| commit | bac9692ec54bca2099945c2f93d377056f71bd9f (patch) | |
| tree | 7fed25c6496be485a076cb09c187feba06595b52 | |
| parent | Check that we have an AbstractURL in DDG results (diff) | |
| signature | ||
Change channel_op's _name from "Channel Op" to "ChanOp"
| -rw-r--r-- | modules/channel_op.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py index 2f0a0620..513040fa 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -17,7 +17,7 @@ class InvalidTimeoutException(Exception): @utils.export("channelset", {"setting": "ban-format", "help": "Set ban format ($n = nick, $u = username, $h = hostname)"}) class Module(ModuleManager.BaseModule): - _name = "Channel Op" + _name = "ChanOp" @utils.hook("timer.unban") def _timer_unban(self, event): |
