diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 13:32:02 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 13:32:02 +0000 |
| commit | eb0ca70a636183fea73d884e20a48ac6120066bc (patch) | |
| tree | 21ba24da99c38fd58a2758876a9bb39af94dc19c /HsBot/Base/State.hs | |
| parent | 4f80cd186f21d9bb6fb3c0ae31e7626c21f531c6 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@54 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Base/State.hs')
| -rw-r--r-- | HsBot/Base/State.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HsBot/Base/State.hs b/HsBot/Base/State.hs index 6d4efdc..c4c361a 100644 --- a/HsBot/Base/State.hs +++ b/HsBot/Base/State.hs @@ -7,6 +7,7 @@ import HsBot.IRC.User data State = State { isReady :: Bool, + currentSender :: String, currentChannel :: String, line :: String, users :: [User] |
