Forgot to wrap the command.

This commit is contained in:
Jeremy Fincher 2005-01-10 05:59:38 +00:00
parent 8132f1db73
commit 625cfb4214
1 changed files with 1 additions and 0 deletions

View File

@ -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