From 248f52005390c9d93bec9cae5c2fcec5ef54b47b Mon Sep 17 00:00:00 2001 From: Vitor Luis Date: Mon, 20 Jul 2020 00:55:54 +0200 Subject: [PATCH] Update plugin.py (#29) DuckHunt: Use starthunt not start in help strings. --- DuckHunt/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DuckHunt/plugin.py b/DuckHunt/plugin.py index f731c23..8141580 100644 --- a/DuckHunt/plugin.py +++ b/DuckHunt/plugin.py @@ -43,7 +43,7 @@ import threading, random, pickle, os, time, datetime class DuckHunt(callbacks.Plugin): """ - A DuckHunt game for supybot. Use the "start" command to start a game. + A DuckHunt game for supybot. Use the "starthunt" command to start a game. The bot will randomly launch ducks. Whenever a duck is launched, the first person to use the "bang" command wins a point. Using the "bang" command when there is no duck launched costs a point. @@ -477,7 +477,7 @@ class DuckHunt(callbacks.Plugin): ) else: irc.reply( - "There is no hunt right now! You can start a hunt with the 'start'" + "There is no hunt right now! You can start a hunt with the 'starthunt'" " command" ) else: @@ -1116,7 +1116,7 @@ class DuckHunt(callbacks.Plugin): else: irc.reply( - "There is no hunt right now! You can start a hunt with the 'start'" + "There is no hunt right now! You can start a hunt with the 'starthunt'" " command" ) else: