ircsprintf and extbans

These are old archives. They are kept for historic purposes only.
Post Reply
Deja-Vu
Posts: 1
Joined: Wed Oct 05, 2011 6:55 pm

ircsprintf and extbans

Post 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.
Post Reply