X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=commands.py;h=637ec5fddffbbb14f4d1d9c0b5c2b302f2c48753;hb=9e280b60903fa9ce16809540ec6c8174adb762cd;hp=eac4bc3ce0ee50ccdef0ab088675c27742764b26;hpb=bce7d2086371d534cc8cb19ae0adfc22f85d39d9;p=irc.git diff --git a/commands.py b/commands.py index eac4bc3..637ec5f 100644 --- a/commands.py +++ b/commands.py @@ -251,7 +251,7 @@ def defineq(bot, cmd, nick, conn, public): else: # We assume google has truncated the definition for us so this # won't flood the channel with text... - defn = " ".join(match.group(1).split("\n")); + defn = " ".join(match.group(1).split("\n")) bot.automsg(public,nick,defn) except IOError: # if the connection times out. This blocks. :( bot.automsg(public,nick,"The web's broken. Waah!")