mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
There is no longer a __parent.doPrivmsg, since we no longer subclass callbacks.PCAR.
This commit is contained in:
parent
6e28d31131
commit
683357fa41
@ -78,7 +78,6 @@ class URL(callbacks.Privmsg):
|
||||
continue
|
||||
self.log.debug('Adding %u to db.', url)
|
||||
self.db.add(channel, url, msg)
|
||||
self.__parent.doPrivmsg(irc, msg)
|
||||
|
||||
def stats(self, irc, msg, args, channel):
|
||||
"""[<channel>]
|
||||
|
Loading…
Reference in New Issue
Block a user