mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-30 15:31:11 -05:00
OperUp: remove 461 handler
ERR_NEEDMOREPARAMS is very general and can be triggered by other commands too.
This commit is contained in:
parent
6dc362041c
commit
4081afc999
@ -76,10 +76,6 @@ class OperUp(callbacks.Plugin):
|
||||
self.log.info("OperUp: Received 385 (not opered anymore) from network"
|
||||
" %s.", irc.network)
|
||||
|
||||
def do461(self, irc, msg):
|
||||
self.log.warning("OperUp: Received 461 (some command needs more "
|
||||
"parameters) from network %s.", irc.network)
|
||||
|
||||
def do464(self, irc, msg):
|
||||
self.log.error("OperUp: Received 464 (password mismatch) from "
|
||||
"network %s.", irc.network)
|
||||
|
Loading…
x
Reference in New Issue
Block a user