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: