diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-21 10:28:39 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-21 10:28:39 +0000 |
| commit | 1618ba8a133222efbf874734dcd90bdb93107207 (patch) | |
| tree | 75c90953f69354b423493b1abf4dad2cdb191bd4 | |
| parent | aec4b187bf1b06ad932825b811d8256b6a6d6958 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@39 9f8f72e9-4bf4-416e-b76e-7d4203597157
| -rw-r--r-- | IRC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module IRC where +module IRC (ircStart) where import IO import List |
