Archived
1
0
Fork 0

Got a working hsbot-irc back online!

This commit is contained in:
Julien Dessaux 2010-08-01 23:29:48 +02:00
commit 8c59b45dc7
7 changed files with 59 additions and 111 deletions
HsbotIrcBot/Hsbot/Irc

View file

@ -41,7 +41,7 @@ pMsg = do
cmd <- pCommand
params <- many (char ' ' >> (pLongParam <|> pShortParam))
_ <- char '\r'
--eof
eof
return $ IrcMsg pfx cmd params
pPrefix :: ParsecT String u Identity [Char]