kirc
kirc copied to clipboard
A tiny IRC client written in POSIX C99.
As reported on irc: ``` hi mcpcpc_ , is there any reason this shouldnt work on rizon/oftc too? ./kirc -s irc.rizon.net -p 6697 -n -a after "CAP END" i get...
Dear Kirc Staff: I would like to suggest a small modification. It does appear that in some cases kirc gets stuck while trying to connect to a remote host that...
If the user changes their nick using the `/NICK` command, the `nick` variable never gets updated. But kirc uses this `nick` value to check if a message was a message...
Probably, not an easy request to implement but just a thought. What if `kirc` could be run in daemon mode, and we could also launch other instances as clients, connecting...
> While testing, I found that if you use tabs in your message, the message prompt goes haywire (not to be confused with the prompt that shows the current channel)....
When colors are added to messages, `kirc` ignores the control sequences (which is probably a good thing) but still displays the actual codes. A simple example would be `newsly` bot...
I added a feature, so that my typing /setprivmsg you can send privmsg's to a nick just like you can to a chan. Also some improvements in the code. The...