summaryrefslogtreecommitdiff
path: root/HsBot/Base/State.hs
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 11:52:17 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 11:52:17 +0000
commited66eb310a9ec78901e6a3be2275f9de62ad5708 (patch)
treef37e37f47e0ea693200d1a0783796cb45e6bdb2c /HsBot/Base/State.hs
parent3d7e9915c4fab6f91f11b3de66ac8bbcb8b3c0c7 (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@52 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Base/State.hs')
-rw-r--r--HsBot/Base/State.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/HsBot/Base/State.hs b/HsBot/Base/State.hs
index abcf479..6d4efdc 100644
--- a/HsBot/Base/State.hs
+++ b/HsBot/Base/State.hs
@@ -6,6 +6,7 @@ import List
import HsBot.IRC.User
data State = State {
+ isReady :: Bool,
currentChannel :: String,
line :: String,
users :: [User]