diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-22 20:04:41 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-22 20:04:41 +0200 |
commit | b36247e7c9224a6a1a7eeaa7f8f96dcf33472c7c (patch) | |
tree | 822f9b8076c8d7381b57036e1e53ae18f717ad93 /src | |
parent | 3879a91112722a2a26e0785d402c47b9df8104cb (diff) | |
download | poezio-b36247e7c9224a6a1a7eeaa7f8f96dcf33472c7c.tar.gz poezio-b36247e7c9224a6a1a7eeaa7f8f96dcf33472c7c.tar.bz2 poezio-b36247e7c9224a6a1a7eeaa7f8f96dcf33472c7c.tar.xz poezio-b36247e7c9224a6a1a7eeaa7f8f96dcf33472c7c.zip |
Remove the unused “port” option.
custom_port is already used instead.
Diffstat (limited to 'src')
-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 7719d44f..1e7f8a93 100644 --- a/src/core.py +++ b/src/core.py @@ -1573,7 +1573,7 @@ class Core(object): current.send_chat_state('active') def command_rawxml(self, arg): - """" + """ /rawxml <xml stanza> """ if not arg: |