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

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

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

    ircBot.run()