mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-01 16:01:05 -05: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.
|
Sends <text> to Q.
|
||||||
"""
|
"""
|
||||||
self._sendToQ(text)
|
self._sendToQ(irc, text)
|
||||||
irc.noReply()
|
irc.noReply()
|
||||||
q = wrap(q, ['isQuakeNet', 'text'])
|
q = wrap(q, ['isQuakeNet', 'text'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user