From 3935bf3a30a409bfae09abfe5bcb99240236ed24 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 22 Nov 2019 11:48:29 +0000 Subject: IRCUser.get_identified_account() doesn't exist anymore --- modules/ids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ids.py') diff --git a/modules/ids.py b/modules/ids.py index 20a641b7..1738c549 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, - event["user"].get_identified_account())) + self.exports.get_one("account-name")(event["user"]))) @utils.hook("received.command.channelid", channel_only=True) def channel_id(self, event): -- cgit v1.3.1-10-gc9f91