What do I have to do that my eggdrop only reacts to users who are qops (or sops). So they have the channel mode +qo or +oa. In my irc network there is a "~" before qops and a "&"before sops. Can anybody make a script for me which does this? For example:
Code: Select all
bind pub - !rehash rehash:pub
proc rehash:pub {nick host hand chan arg} {
rehash
}