Forgot a parameter.

This commit is contained in:
Jeremy Fincher 2004-10-04 16:03:20 +00:00
parent 5526c4e298
commit c84e8ff8fa
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class Quakenet(privmsgs.CapabilityCheckingPrivmsg):
Sends <text> to Q.
"""
self._sendToQ(text)
self._sendToQ(irc, text)
irc.noReply()
q = wrap(q, ['isQuakeNet', 'text'])