]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/irc-cap.c
Remove imp.h and exp.h header files
[ngircd.git] / src / ngircd / irc-cap.c
index 7fcba73fea9bbd14b3f8ec596b98a12c3276a291..c780921ea8e64742507fe221c05281452b9a62d3 100644 (file)
@@ -16,7 +16,6 @@
  * Handler for IRC capability ("CAP") commands
  */
 
-#include "imp.h"
 #include <assert.h>
 #include <string.h>
 
@@ -31,7 +30,6 @@
 #include "messages.h"
 #include "parse.h"
 
-#include "exp.h"
 #include "irc-cap.h"
 
 /* Local functions */
@@ -250,8 +248,6 @@ IRC_CAP(CLIENT *Client, REQUEST *Req)
        assert(Client != NULL);
        assert(Req != NULL);
 
-       _IRC_ARGC_BETWEEN_OR_RETURN_(Client, Req, 1, 2)
-
        LogDebug("Got \"%s %s\" command from \"%s\" ...",
                 Req->command, Req->argv[0], Client_ID(Client));