diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-28 10:47:20 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-28 10:47:49 +0100 |
commit | 098bc9028ae2907ef6072dd433ea57f889c56d84 (patch) | |
tree | 02ef4e9a9ca167f74d94112ba0372f5739363a02 /src/core.py | |
parent | 347e82b5529a9eecd09eba8419c700c89f8b5b00 (diff) | |
download | poezio-098bc9028ae2907ef6072dd433ea57f889c56d84.tar.gz poezio-098bc9028ae2907ef6072dd433ea57f889c56d84.tar.bz2 poezio-098bc9028ae2907ef6072dd433ea57f889c56d84.tar.xz poezio-098bc9028ae2907ef6072dd433ea57f889c56d84.zip |
Typo/traceback
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 1eda5eb6..a3a59e31 100644 --- a/src/core.py +++ b/src/core.py @@ -2222,7 +2222,7 @@ class Core(object): """ args = common.shell_split(arg) if not args: - return self.xmpp.plugin['xep_1096'].stop(block=False) + return self.xmpp.plugin['xep_0196'].stop(block=False) name = args[0] if len(args) > 1: address = args[1] |