i dont think that would be that easy, since +f will exclude them from flood control. If you use only intern flood control (not via .tcl) you could set up a user defined flag like +F (case matters) and bind to flud like
. if you return the proc with 1 the bot will not punish the user. read more about return values and binds in... figure what... the documentation . however, the user will be punished from any tcl scripts if you remove the real +f (which would be necessary for my suggestion), so you would have to change all one by one to add a special threatment for +F.
If your +f friends are flooding then maybe you should consider removing their +f flag from them and let them be dealt by the bot.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
bind flud F
will trigger on floods from persons having global +F
bind flud F|F
will trigger on floods from persons having global +F or channel +F
as people having not +F will not trigger the return 1, they will be normally punished. to make it clear 1 more time: this trigger, trigger only built in floods, not any provided by TCLs like sentinel, repeat, etc.. They need extra editing so far as they are loaded.