mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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:
|
||||
self.sasl = 'plain'
|
||||
|
||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'account-notify')))
|
||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'extended-join')))
|
||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ',
|
||||
'account-notify extended-join multi-prefix')))
|
||||
|
||||
if self.sasl:
|
||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', 'sasl')))
|
||||
|
Loading…
Reference in New Issue
Block a user