From 66036c344f0df587f4e3ddbce41308998a9d3650 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 19 Feb 2005 19:48:48 +0000 Subject: [PATCH] Oops, forgot a format. --- plugins/Misc/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 72dd037e2..d2c53f9fa 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -179,8 +179,8 @@ class Misc(callbacks.Plugin): assert cbs, 'Odd, maxL == command, but no cbs.' irc.reply(cbs[0].getCommandHelp(command)) else: - irc.reply('There is no command %q.', - callbacks.formatCommand(command)) + irc.reply(format('There is no command %q.', + callbacks.formatCommand(command))) help = wrap(help, [many('something')]) def hostmask(self, irc, msg, args, nick):