]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/parse.c
Implement new IRC+ "CHARCONV" command
[ngircd-alex.git] / src / ngircd / parse.c
index e9c5d53a3f584bc2fda3a13cc5625e63ca37e3c7..f3b04d0c2ee8617ceb21d32ce919859e640b55f4 100644 (file)
@@ -38,6 +38,7 @@
 #include "irc.h"
 #include "irc-cap.h"
 #include "irc-channel.h"
+#include "irc-encoding.h"
 #include "irc-info.h"
 #include "irc-login.h"
 #include "irc-mode.h"
@@ -114,6 +115,9 @@ static COMMAND My_Commands[] =
 
 #ifdef IRCPLUS
        { "CHANINFO", IRC_CHANINFO, CLIENT_SERVER, 0, 0, 0 },
+# ifdef ICONV
+       { "CHARCONV", IRC_CHARCONV, CLIENT_USER, 0, 0, 0 },
+# endif
 #endif
 
 #ifndef STRICT_RFC