1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

send only parameters as "argv"

This commit is contained in:
Thorsten
2016-01-01 20:33:22 +01:00
parent f46acc007d
commit 5fe0db35c0
2 changed files with 132 additions and 140 deletions

View File

@@ -275,7 +275,7 @@ class UrlBot(IdleBot):
parser_list=[pl.plugin_name for pl in plugin_storage[ptypes_PARSE]],
reply_user=reply_user,
msg_obj=msg_obj,
argv=words[1:]
argv=words[2:]
)
if ret: