Page 1 of 1

ircsprintf and extbans

Posted: Wed Oct 05, 2011 7:14 pm
by Deja-Vu
first problem actually refers back to last problem where (void)ircsprintf(pvar[*pcount], "%cb%s" [in m_mode.c] prints a string to the chan buffer when a user is banned or extbaned. What i want to do is just print it to the chptr->banlist [as it does already] when adding just an extended ban like +qrnc but not send it to to the channel buffer.

Tried recoding it several diff ways to check for extra mode chars with no luck.