pipes-irc-server/src/Pipes/IRC
Levi Pearson bc41947b18 Add TOPIC command and fix a couple of small bugs
Was using wrong numeric response for unknown channel errors.

Now we send JOIN response to user before topic, names, etc.

TOPIC now responds with RPL_NOTOPIC when there's no topic set.

Added some default cases to pattern matches, though they were not
absolutely necessary due to previous checks.

Added chanEchoAll action to IrcMonad to send the same message to all on
channel, including originating user.
2016-02-01 00:49:21 -07:00
..
Message Various refactorings and bugfixes 2014-03-03 01:29:28 -07:00
Server Add TOPIC command and fix a couple of small bugs 2016-02-01 00:49:21 -07:00
Message.hs Various refactorings and bugfixes 2014-03-03 01:29:28 -07:00
Server.hs Updates to build with stack and upstream changes 2016-01-31 20:14:35 -07:00