Skip to content

Commit 3b564d5

Browse files
committed
Merge branch 'gonzobot' of https://github.com/snoonetIRC/CloudBot into gonzobot
2 parents 3cc88ca + ce3e268 commit 3b564d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/duckhunt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def bang(nick, chan, message, db, conn, notice):
242242
return "There is no activehunt right now. Use .starthunt to start a game."
243243
elif game_status[network][chan]['duck_status'] != 1:
244244
if game_status[network][chan]['no_duck_kick'] == 1:
245-
out = "KICK {} {} There is no duck! What are you shooting at?".format(chan, nick)
245+
out = "KICK {} {} :There is no duck! What are you shooting at?".format(chan, nick)
246246
conn.send(out)
247247
return
248248
return "There is no duck. What are you shooting at?"
@@ -297,7 +297,7 @@ def befriend(nick, chan, message, db, conn, notice):
297297
return "There is no hunt right now. Use .starthunt to start a game."
298298
elif game_status[network][chan]['duck_status'] != 1:
299299
if game_status[network][chan]['no_duck_kick'] == 1:
300-
out = "KICK {} {} You tried befriending a non-existent duck, that's fucking creepy.".format(chan, nick)
300+
out = "KICK {} {} :You tried befriending a non-existent duck, that's fucking creepy.".format(chan, nick)
301301
conn.send(out)
302302
return
303303
return "You tried befriending a non-existent duck, that's fucking creepy."

0 commit comments

Comments
 (0)