From 1662b01a5f616bd4babc08e1eb6fec1a3c7b44cf Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 29 Dec 2020 23:49:16 -0500 Subject: Add /setname command I'm not sure about that replies check in handleStandardReply. If more of those are added the reply counter system will definitely need refactoring. --- chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 19e4eeb..82ffded 100644 --- a/chat.h +++ b/chat.h @@ -171,6 +171,7 @@ extern struct Network { X("multi-prefix", CapMultiPrefix) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ + X("setname", CapSetname) \ X("userhost-in-names", CapUserhostInNames) enum Cap { @@ -256,6 +257,7 @@ extern struct Replies { uint list; uint mode; uint names; + uint setname; uint topic; uint who; uint whois; -- cgit 1.4.1