From ea11c0ea5fe76a466c38e30271954d5b344efe90 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 3 Apr 2003 08:24:52 +0000 Subject: [PATCH] Whitespace changes --- plugins/FunCommands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/FunCommands.py b/plugins/FunCommands.py index f494ae71c..1de6b321d 100644 --- a/plugins/FunCommands.py +++ b/plugins/FunCommands.py @@ -462,8 +462,7 @@ class FunCommands(callbacks.Privmsg): s = 'That function has no documentation.' irc.reply(msg, s) - - Class = FunCommands + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: