aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar fosslinux2019-07-06 17:03:46 +1000
committerGravatar fosslinux2019-07-06 17:06:17 +1000
commitd7f72b642ac001cc5806c6282046569ecc2eeb48 (patch)
treebc308dc7bd4bfd476ec6ab73e4ec7e69822bcc08 /modules
parent"paramatered" -> "parametered" (diff)
signature
fix typo; closes issue #80
Diffstat (limited to 'modules')
-rw-r--r--modules/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index 9c4d2b81..6c8e9760 100644
--- a/modules/commands/__init__.py
+++ b/modules/commands/__init__.py
@@ -89,7 +89,7 @@ class Module(ModuleManager.BaseModule):
def _command_method(self, target, server):
return target.get_setting(COMMAND_METHOD,
server.get_setting(COMMAND_METHOD,
- self.bot.set_setting(COMMAND_METHOD, "PRIVMSG"))).upper()
+ self.bot.get_setting(COMMAND_METHOD, "PRIVMSG"))).upper()
def _find_command_hook(self, server, command, is_channel, args_split):
if not self.has_command(command):