mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Update plugin.py (#29)
DuckHunt: Use starthunt not start in help strings.
This commit is contained in:
parent
5f9e786185
commit
248f520053
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user