mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Slight modification on exclaim.
This commit is contained in:
parent
4be5758099
commit
9240ca88b6
@ -51,7 +51,7 @@ class Friendly(callbacks.PrivmsgRegexp):
|
|||||||
irc.queueMsg(callbacks.reply(msg, s, prefixName=False))
|
irc.queueMsg(callbacks.reply(msg, s, prefixName=False))
|
||||||
|
|
||||||
def exclaim(self, irc, msg, match):
|
def exclaim(self, irc, msg, match):
|
||||||
r"^([^\s]+)!"
|
r"^([^\s]+)!$"
|
||||||
if match.group(1) == irc.nick:
|
if match.group(1) == irc.nick:
|
||||||
s = msg.nick + '!'
|
s = msg.nick + '!'
|
||||||
irc.queueMsg(callbacks.reply(msg, s, prefixName=False))
|
irc.queueMsg(callbacks.reply(msg, s, prefixName=False))
|
||||||
|
Loading…
Reference in New Issue
Block a user