well I have that set, but what I'm looking for are the flags that would support the characters "~&%" to set the chan modes would be +qah but eggdrop has these flags already used.
isop <nickname> [channel]
Returns: 1 if someone by the specified nickname is on the channel (or
any channel if no channel name is specified) and has ops; 0 otherwise
Module: irc
ishalfop <nickname> [channel]
Returns: 1 if someone by the specified nickname is on the channel (or
any channel if no channel name is specified) and has halfops; 0 otherwise
Module: irc
isvoice <nickname> [channel]
Returns: 1 if someone by that nickname is on the channel (or any
channel if no channel is specified) and has voice (+v); 0 otherwise
Module: irc
From eggdrop (.help whois):
Users can also have flags specific to a channel:
l - halfop (user has halfop access to the channel)
m - master (user is a channel master)
n - owner (user is a channel owner)
o - op (user has op access to the channel)
q - quiet (user cannot gain voice on the channel)
There are also 26 user-defined channel flags (A-Z).
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM