flags are wrong
Here u see the flags..
# BINDS WITH FLAGS REQUIRED
bind pub f|f [set cmdpre]undupe proc_undupe
bind pub o|o [set cmdpre]approve proc_approve
bind pub o|o [set cmdpre]kick proc_kill
bind pub o|o [set cmdpre]reqadd proc_reqadd
bind pub o|o [set cmdpre]reqdel proc_reqdel
bind pub o|o [set cmdpre]reqfilled proc_reqfilled
so u need +f to undupe.
but u can change this to what ever u want..
Here is mine
# BINDS WITH FLAGS REQUIRED
bind pub -|- [set cmdpre]undupe proc_undupe
bind pub o|o [set cmdpre]approve proc_approve
bind pub -|- [set cmdpre]kick proc_kill
bind pub f|f [set cmdpre]reqadd proc_reqadd
bind pub o|o [set cmdpre]reqdel proc_reqdel
bind pub -|- [set cmdpre]reqfilled proc_reqfilled
like this all can undupe,idlekick, reqfill and friends can request.. :-D
|