Made a first version of command IRC2Chan, server starts but no more testing yet.

This commit is contained in:
Griatch 2014-02-23 22:30:29 +01:00
parent 2108506a8a
commit 75ef743297
5 changed files with 337 additions and 347 deletions

View file

@ -5,7 +5,7 @@ Player that are controlled by the server.
"""
from src.players.player import Player
from src.scripts.script import Script
from src.scripts.scripts import Script
from src.commands.command import Command
from src.commands.cmdset import CmdSet
from src.commands.cmdhandler import CMD_NOMATCH