emiln / clojirc

A simple event-based IRC library.
Eclipse Public License 1.0
1 stars 0 forks source link

Implement commands WATCH to WHOWAS #20

Closed emiln closed 10 years ago

emiln commented 10 years ago

This implements the commands WATCH, WHO, WHOIS, and WHOWAS.

The implementation includes basic tests for the officially supported commands (all but WATCH.)

Accepting this pull request resolves #10.

Mikkeren commented 10 years ago

This looks reasonable and the tests run succesfully on my machine, so I see no reason not to merge this.

Aside from the name calling in the tests of course, but I suppose we can live with those.