From 625cfb42146024518cc9594a45eceb963a5cbf81 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 10 Jan 2005 05:59:38 +0000 Subject: [PATCH] Forgot to wrap the command. --- plugins/Network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Network.py b/plugins/Network.py index 6103aa72f..7d18d1ab1 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -283,6 +283,7 @@ class Network(callbacks.Privmsg): command is to apply. """ irc.reply(otherIrc.driver.__class__.__module__[8:]) + driver = wrap(driver, ['networkIrc']) Class = Network