Add submodules

This commit is contained in:
Nyo
2016-10-02 22:48:14 +02:00
parent 40264ceffe
commit 88c80a4080
55 changed files with 405 additions and 1829 deletions

View File

@@ -6,19 +6,21 @@ by Joel Rosdahl, licensed under the GNU GPL 2 License.
Most of the reference code from miniircd was used for the low-level logic.
The high-level code has been rewritten to make it compatible with pep.py.
"""
import sys
import traceback
import socket
import select
import time
import re
import hashlib
from helpers import logHelper as log
import re
import select
import socket
import sys
import time
import traceback
from objects import glob
from helpers import chatHelper as chat
import raven
from common.log import logUtils as log
from helpers import chatHelper as chat
from objects import glob
class Client:
"""
IRC Client object