Raynes / irclj

A simple and small IRC library/bot framework written in Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PART isn't working properly

Raynes opened this issue · comments

PARTing from a channel gives a weird error. It seems to be because of the code that a PART triggers.

Modified the PART and KICK handlers to Do The Right Thing when the user PARTing and being KICKed is the bot itself. Closed by a9249a4.