mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-30 23:09:23 +01:00
Merge ts6 and p10 handle_events, handle_privmsg into ircs2s_common (#454)
This commit is contained in:
parent
37d8e8ad43
commit
45ae1dd67e
@ -95,6 +95,7 @@ class IRCS2SProtocol(Protocol):
|
|||||||
# We use lowercase channels internally, but uppercase UIDs.
|
# We use lowercase channels internally, but uppercase UIDs.
|
||||||
# Strip the target of leading prefix modes (for targets like @#channel)
|
# Strip the target of leading prefix modes (for targets like @#channel)
|
||||||
# before checking whether it's actually a channel.
|
# before checking whether it's actually a channel.
|
||||||
|
|
||||||
split_channel = target.split('#', 1)
|
split_channel = target.split('#', 1)
|
||||||
if len(split_channel) >= 2 and utils.isChannel('#' + split_channel[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
|
# Note: don't mess with the case of the channel prefix, or ~#channel
|
||||||
|
Loading…
Reference in New Issue
Block a user