mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-05-06 11:33:42 -05:00
Fix typo
This commit is contained in:
parent
800cad6b13
commit
d0992312b8
@ -992,7 +992,7 @@ class DuckHunt(callbacks.Plugin):
|
|||||||
|
|
||||||
currentChannel = msg.args[0]
|
currentChannel = msg.args[0]
|
||||||
|
|
||||||
# End the hunting
|
# End the hunt
|
||||||
self.started[currentChannel] = False
|
self.started[currentChannel] = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@ -1154,7 +1154,7 @@ class DuckHunt(callbacks.Plugin):
|
|||||||
|
|
||||||
irc.reply("Already a duck")
|
irc.reply("Already a duck")
|
||||||
else:
|
else:
|
||||||
irc.reply("The hunting has not started yet!")
|
irc.reply("The hunt has not started yet!")
|
||||||
else:
|
else:
|
||||||
irc.error('You have to be on a channel')
|
irc.error('You have to be on a channel')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user