kike: implement INVITE

This commit is contained in:
2015-06-08 23:19:00 +02:00
parent 0ddc0458ef
commit 5b1690ede4
2 changed files with 76 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
331 IRC_RPL_NOTOPIC "%s :No topic is set"
332 IRC_RPL_TOPIC "%s :%s"
333 IRC_RPL_TOPICWHOTIME "%s %s %lld"
341 IRC_RPL_INVITING "%s %s"
346 IRC_RPL_INVITELIST "%s %s"
347 IRC_RPL_ENDOFINVITELIST "%s :End of channel invite list"
348 IRC_RPL_EXCEPTLIST "%s %s"
@@ -57,6 +58,7 @@
433 IRC_ERR_NICKNAMEINUSE "%s :Nickname is already in use"
441 IRC_ERR_USERNOTINCHANNEL "%s %s :They aren't on that channel"
442 IRC_ERR_NOTONCHANNEL "%s :You're not on that channel"
443 IRC_ERR_USERONCHANNEL "%s %s :is already on channel"
445 IRC_ERR_SUMMONDISABLED ":SUMMON has been disabled"
446 IRC_ERR_USERSDISABLED ":USERS has been disabled"
451 IRC_ERR_NOTREGISTERED ":You have not registered"