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

rename function

This commit is contained in:
Thorsten
2015-11-28 15:09:08 +01:00
parent 21e06fa2b4
commit 54b7c3dc7d

View File

@@ -953,9 +953,9 @@ def command_dsa_watcher(argv, **_):
return {'msg': msg}
@pluginfunction("provoke_bots", "search for other bots", ptypes_COMMAND)
@pluginfunction("provoke-bots", "search for other bots", ptypes_COMMAND)
def provoke_bots(argv, **args):
if 'provoke_bots' == argv[0]:
if 'provoke-bots' == argv[0]:
return {
'msg': 'Searching for other less intelligent lifeforms... skynet? You here?'
}