Example #1
0
from core import ircBot
from addons import *

ircBot.run()
Example #2
0
from core import ircBot
from commands import *
from behaviours import *

ircBot.run()
Example #3
0
def main():
    """
    Imports settings and starts the bot.
    """

    ircBot.run()