]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/ns-services.c
CHANSERV: reduce reason to 15 chars
[irc/quakenet/newserv.git] / newsearch / ns-services.c
index 9cf3d0098dec157939fbb8201033166bfb794c09..5a30bbffbdac76d4f1acaf4a57657f3d4befabbe 100644 (file)
@@ -13,11 +13,6 @@ void services_free(searchCtx *ctx, struct searchNode *thenode);
 struct searchNode *services_parse(searchCtx *ctx, int argc, char **argv) {
   struct searchNode *thenode;
 
-  if (ctx->type != SEARCHTYPE_CHANNEL) {
-    parseError = "services: this function is only valid for channel searches.";
-    return NULL;
-  }
-
   if (!(thenode=(struct searchNode *)malloc(sizeof(struct searchNode)))) {
     /* couldn't malloc() memory for thenode, so free localdata to avoid leakage */
     parseError = "malloc: could not allocate memory for this search.";