3
0
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:
James Lu 2017-03-25 12:22:18 -07:00
parent 6a32ae94fc
commit e27095dd67

View File

@ -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