wm: libirc

Download patch

ref: 1f3cf5d2ee9bc90fa3148f0c8ca6d6b087cdc9a4
parent: b37209a58eb37c8964c35755df501e4a29789935
author: bxhh7 <112255649+bxhh7@users.noreply.github.com>
date: Thu Oct 13 14:28:05 EDT 2022

Update irc.c

--- a/irc.c
+++ b/irc.c
@@ -213,7 +213,7 @@
 	return -1;
 }
 
-int irc_process_msg(irc_session_t *s, irc_msg_t *m) { //call the right even handler
+int irc_process_msg(irc_session_t *s, irc_msg_t *m) { /* call the right event handler, this is where you can handle more of the irc protocol */
 	int32_t cmd = WORDL(m->cmd[0], m->cmd[1], m->cmd[2], m->cmd[3]);
 	int ret = 0;