Skip to content

Commit

Permalink
added error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Christoph Bernstein committed Nov 6, 2011
1 parent 81d3563 commit 34b9b09
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 _ = I.Message Nothing I.ERROR []
toMessage _ = I.Message Nothing I.ERROR ["unknown CtlCommand"]

0 comments on commit 34b9b09

Please sign in to comment.