mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
core: Request capability metadata-notify so plugins can use it if they want.
This commit is contained in:
parent
59d542bb70
commit
259457ae2f
@ -966,7 +966,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'
|
||||||
|
|
||||||
for cap in ('account-notify', 'extended-join', 'multi-prefix'):
|
for cap in ('account-notify', 'extended-join', 'multi-prefix',
|
||||||
|
'metadata-notify'):
|
||||||
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', cap)))
|
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', cap)))
|
||||||
|
|
||||||
if self.sasl:
|
if self.sasl:
|
||||||
|
Loading…
Reference in New Issue
Block a user