Skip to content

Commit

Permalink
fixed but in toMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Christoph Bernstein committed Nov 6, 2011
1 parent a3a42c4 commit 2c52ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ircfs/Ctl.hs
Expand Up @@ -102,5 +102,5 @@ toMessage (Privmsg t s) = I.Message Nothing I.PRIVMSG [t,B.cons 58 s]
toMessage (Quit s) = I.Message Nothing I.QUIT [s]
--toMessage (Remove s) = I.Message Nothing I.REMOVE [s]
toMessage (Who s) = I.Message Nothing I.WHO [s]
toMessage _ = error "toMessage: implement the rest of me"
toMessage _ = I.Message Nothing I.ERROR []

0 comments on commit 2c52ff2

Please sign in to comment.