mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
irclib: Remove broken + useless code
This function does not exist anymore
This commit is contained in:
parent
8b26b675ba
commit
abe59022b4
@ -2020,7 +2020,6 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
||||
def do908(self, msg):
|
||||
log.info('%s: Supported SASL mechanisms: %s',
|
||||
self.network, msg.args[1])
|
||||
self.filterSaslMechanisms(set(msg.args[1].split(',')))
|
||||
|
||||
def doCapAck(self, msg):
|
||||
if len(msg.args) != 3:
|
||||
|
Loading…
Reference in New Issue
Block a user