mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 05:02:32 +01:00
Request multi-prefix capability. (GH-1017)
This commit is contained in:
parent
ba6f8fa619
commit
30a026a92a
@ -962,8 +962,8 @@ class Irc(IrcCommandDispatcher):
|
|||||||
elif self.sasl_username and self.sasl_password:
|
elif self.sasl_username and self.sasl_password:
|
||||||
self.sasl = 'plain'
|
self.sasl = 'plain'
|
||||||
|
|
||||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'account-notify')))
|
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ',
|
||||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'extended-join')))
|
'account-notify extended-join multi-prefix')))
|
||||||
|
|
||||||
if self.sasl:
|
if self.sasl:
|
||||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'sasl')))
|
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'sasl')))
|
||||||
|
Loading…
Reference in New Issue
Block a user