aboutsummaryrefslogtreecommitdiff
path: root/modules/ids.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-03-08 14:14:00 +0000
committerGravatar jesopo2020-03-08 14:14:00 +0000
commit49d9cbdb87a40cf58f1997914ca1b5033fcc13b3 (patch)
treef89b4b6d5acc0ec88f6e8b5e7445454c04797d93 /modules/ids.py
parentadd space between command and usage string (diff)
signature
exports.get_one() -> exports.get()
Diffstat (limited to 'modules/ids.py')
-rw-r--r--modules/ids.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ids.py b/modules/ids.py
index 1738c549..2e056892 100644
--- a/modules/ids.py
+++ b/modules/ids.py
@@ -16,7 +16,7 @@ class Module(ModuleManager.BaseModule):
@utils.kwarg("help", "Show what I think your account name is")
def account(self, event):
event["stdout"].write("%s: %s" % (event["user"].nickname,
- self.exports.get_one("account-name")(event["user"])))
+ self.exports.get("account-name")(event["user"])))
@utils.hook("received.command.channelid", channel_only=True)
def channel_id(self, event):