コード例 #1
0
ファイル: main.py プロジェクト: rossguy/IRC-Bot
from core import ircBot
from addons import *

ircBot.run()
コード例 #2
0
ファイル: main.py プロジェクト: MattAmbacher/IRC-Bot
from core import ircBot
from commands import *
from behaviours import *

ircBot.run()
コード例 #3
0
def main():
    """
    Imports settings and starts the bot.
    """

    ircBot.run()