From 54b7c3dc7d392173612f5a1b4a24cbf951143548 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sat, 28 Nov 2015 15:09:08 +0100 Subject: [PATCH] rename function --- plugins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.py b/plugins.py index f19f0cf..563fc8f 100644 --- a/plugins.py +++ b/plugins.py @@ -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?' }