added flag +I (user not shown in staff list)
[srvx.git] / src / chanserv.c
index 9044b200a00291bd3b6c01d27e6fec989ae8a044..31f64d914e6a6c5cb01184398046976741f9e335 100644 (file)
@@ -4716,6 +4716,8 @@ send_staff_list(struct userNode *to, struct userList *list, int skip_flags)
             continue;
         if(IsBot(user))
             continue;
+               if(IsInvi(user))
+                   continue;
         table.contents[table.length] = alloca(table.width*sizeof(**table.contents));
         if(IsAway(user))
         {