"set"
-> "channelset"
for channel-related unset (set.py)
This commit is contained in:
parent
0e9d2b3180
commit
e62b3b58f4
1 changed files with 1 additions and 1 deletions
|
@ -173,4 +173,4 @@ class Module(ModuleManager.BaseModule):
|
|||
:help: Unset a specified user setting
|
||||
:usage: <setting>
|
||||
"""
|
||||
self._unset(event, event["args_split"][0], "set", event["user"])
|
||||
self._unset(event, event["args_split"][0], "channelset", event["user"])
|
||||
|
|
Loading…
Reference in a new issue