diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py index 2d78123c..6a0bff13 100644 --- a/src/core.py +++ b/src/core.py @@ -1551,8 +1551,6 @@ class Core(object): show = possible_show[args[0]] if len(args) == 2: msg = args[1] - elif len(args) > 2: - msg = arg[len(args[0])+1:] else: msg = None pres = self.xmpp.make_presence() |