3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-28 05:29:25 +01:00

Merge ts6 and p10 handle_events, handle_privmsg into ircs2s_common (#454)

This commit is contained in:
James Lu 2017-05-20 19:41:19 -07:00
parent 37d8e8ad43
commit 45ae1dd67e

View File

@ -95,6 +95,7 @@ class IRCS2SProtocol(Protocol):
# We use lowercase channels internally, but uppercase UIDs.
# Strip the target of leading prefix modes (for targets like @#channel)
# before checking whether it's actually a channel.
split_channel = target.split('#', 1)
if len(split_channel) >= 2 and utils.isChannel('#' + split_channel[1]):
# Note: don't mess with the case of the channel prefix, or ~#channel