From 1a6b4aaa955a9d2d74b3ab58a8e96f68d1c92f0f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 23 Oct 2004 21:22:55 +0000 Subject: [PATCH] Removed an old comment that wouldn't ever work. --- src/commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands.py b/src/commands.py index c1a413527..7dade6109 100644 --- a/src/commands.py +++ b/src/commands.py @@ -421,8 +421,6 @@ def public(irc, msg, args, state, errmsg=None): def checkCapability(irc, msg, args, state, cap): cap = ircdb.canonicalCapability(cap) if not ircdb.checkCapability(msg.prefix, cap): -## state.log.warning('%s tried %s without %s.', -## msg.prefix, state.name, cap) irc.errorNoCapability(cap, Raise=True) def anything(irc, msg, args, state):