diff options
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: |