From d0992312b8d2bc0f52d5a3609ff6ee46903ece65 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Sat, 20 Oct 2012 19:23:15 +0200 Subject: [PATCH] Fix typo --- plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.py b/plugin.py index 7154c10..0722bd9 100644 --- a/plugin.py +++ b/plugin.py @@ -992,7 +992,7 @@ class DuckHunt(callbacks.Plugin): currentChannel = msg.args[0] - # End the hunting + # End the hunt self.started[currentChannel] = False try: @@ -1154,7 +1154,7 @@ class DuckHunt(callbacks.Plugin): irc.reply("Already a duck") else: - irc.reply("The hunting has not started yet!") + irc.reply("The hunt has not started yet!") else: irc.error('You have to be on a channel')