mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
p10: set mode +x on targets when changing vHost
This commit is contained in:
parent
6a32ae94fc
commit
e27095dd67
@ -743,6 +743,7 @@ class P10Protocol(IRCS2SProtocol):
|
||||
# Save the host change as a user mode (this is what P10 does on bursts),
|
||||
# so further host checks work.
|
||||
self.irc.applyModes(target, [('+f', text)])
|
||||
self.mode(self.irc.sid, target, [('+x', None)])
|
||||
else:
|
||||
raise NotImplementedError
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user