In irc-13.1 CHANGES.txt says: * Removed irclib and ircbot legacy modules. (as of version 1.0)
And Pywikibot has this import statement:
from ircbot import SingleServerIRCBot
In irc-13.1 CHANGES.txt says: * Removed irclib and ircbot legacy modules. (as of version 1.0)
And Pywikibot has this import statement:
from ircbot import SingleServerIRCBot
And maybe the whole irc dependency need to be removed since only irc-related imports are of ircbot?