mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Added sendquote.
This commit is contained in:
parent
b01ca9845f
commit
9c4b80c653
@ -75,6 +75,14 @@ class Debug(privmsgs.CapabilityCheckingPrivmsg):
|
||||
exn = getattr(exceptions, name)
|
||||
raise exn, msg.prefix
|
||||
|
||||
def sendquote(self, irc, msg, args):
|
||||
"""<raw IRC message>
|
||||
|
||||
Sends (not queues) the raw IRC message given.
|
||||
"""
|
||||
msg = ircmsgs.IrcMsg(privmsgs.getArgs(args))
|
||||
irc.sendMsg(msg)
|
||||
|
||||
|
||||
Class = Debug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user