summaryrefslogtreecommitdiff
path: root/HsBot/Base
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-15 16:01:30 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-15 16:01:30 +0000
commit1d6e13ef4e50ae53c52b2ce289881a071ecf942e (patch)
tree3c79b496597dc93f82e7ee6f1af68178392eaf12 /HsBot/Base
parentdf8c851707df44dec805b2caee9790ba96e2565b (diff)
added the PrintMessages callback.
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@58 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Base')
-rw-r--r--HsBot/Base/State.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/HsBot/Base/State.hs b/HsBot/Base/State.hs
index 2547501..10395bb 100644
--- a/HsBot/Base/State.hs
+++ b/HsBot/Base/State.hs
@@ -11,8 +11,8 @@ import List
import HsBot.IRC.User
data State = State {
- isReady :: Bool,
- currentSender :: String,
+ isReady :: Bool,
+ currentSender :: String,
currentChannel :: String,
line :: String,
users :: [User]