aboutsummaryrefslogtreecommitdiff
path: root/kike-replies
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-06-08 23:19:00 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-06-08 23:19:00 +0200
commit5b1690ede4ae5db0b7ba8ca9ee4559430c41b924 (patch)
treee42eb255336ef1cec42ff0b13cb67f0e06c2b9e7 /kike-replies
parent0ddc0458ef76f093d11aa891041a391328477cd2 (diff)
downloadxK-5b1690ede4ae5db0b7ba8ca9ee4559430c41b924.tar.gz
xK-5b1690ede4ae5db0b7ba8ca9ee4559430c41b924.tar.xz
xK-5b1690ede4ae5db0b7ba8ca9ee4559430c41b924.zip
kike: implement INVITE
Diffstat (limited to 'kike-replies')
-rw-r--r--kike-replies2
1 files changed, 2 insertions, 0 deletions
diff --git a/kike-replies b/kike-replies
index decc880..c5deec5 100644
--- a/kike-replies
+++ b/kike-replies
@@ -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"