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:
@@ -953,9 +953,9 @@ def command_dsa_watcher(argv, **_):
|
|||||||
return {'msg': msg}
|
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):
|
def provoke_bots(argv, **args):
|
||||||
if 'provoke_bots' == argv[0]:
|
if 'provoke-bots' == argv[0]:
|
||||||
return {
|
return {
|
||||||
'msg': 'Searching for other less intelligent lifeforms... skynet? You here?'
|
'msg': 'Searching for other less intelligent lifeforms... skynet? You here?'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user