mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Forgot a parameter.
This commit is contained in:
parent
5526c4e298
commit
c84e8ff8fa
@ -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'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user