mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Revert "Ctcp: Fix regex for PING"
This reverts commit a27f62a0aa
.
I accidentally pushed this to the wrong branch.
This commit is contained in:
parent
a27f62a0aa
commit
251f2d742c
@ -78,7 +78,7 @@ class Ctcp(callbacks.PluginRegexp):
|
||||
irc.reply(s, notice=True, private=True, to=msg.nick)
|
||||
|
||||
def ctcpPing(self, irc, msg, match):
|
||||
"\x01PING(?: (.*))?\x01"
|
||||
"\x01PING ?(.*)\x01"
|
||||
self.log.info('Received CTCP PING from %s', msg.prefix)
|
||||
payload = match.group(1)
|
||||
if payload:
|
||||
|
Loading…
Reference in New Issue
Block a user