diff options
| author | jason | 2012-07-21 05:44:52 -0600 |
|---|---|---|
| committer | jason | 2012-07-21 05:44:52 -0600 |
| commit | 762a423cb542dc409ad12c4a8706693fec7afb99 (patch) | |
| tree | 317c64547998d8a08ab2eb6c22fb39d3af704c82 | |
| parent | bae3f618f358796896914e8159d7e6677d01a3b0 (diff) | |
| download | warmachine-762a423cb542dc409ad12c4a8706693fec7afb99.tar.gz warmachine-762a423cb542dc409ad12c4a8706693fec7afb99.zip | |
Added the imports for the irc module.
| -rw-r--r-- | wmd/irc.py | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | import socket | ||
| 2 | |||
| 3 | from actions.ActionMap import * | ||
| 4 | from passiveactions.PassiveActionMap import * | ||
| 5 | from conf.users import * | ||
| 6 | from wmd import parser | ||
| 7 | |||
| 1 | class IRC(object): | 8 | class IRC(object): |
| 2 | 9 | ||
| 3 | def __init__(self, server=None, nick=None, name=None, port=6667): | 10 | def __init__(self, server=None, nick=None, name=None, port=6667): |