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