mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 02:54:05 +01:00
Ctcp: Don't strip CTCP character in output. (bug added in previous commit)
This commit is contained in:
parent
6ec0af2da3
commit
c9e5486806
@ -77,7 +77,7 @@ class Ctcp(callbacks.PluginRegexp):
|
||||
|
||||
def _reply(self, irc, msg, s):
|
||||
s = '\x01%s\x01' % s
|
||||
irc.reply(s, notice=True, private=True, to=msg.nick)
|
||||
irc.reply(s, notice=True, private=True, to=msg.nick, stripCtcp=False)
|
||||
|
||||
def ctcpPing(self, irc, msg, match):
|
||||
"^\x01PING(?: (.+))?\x01$"
|
||||
|
Loading…
Reference in New Issue
Block a user