This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Detecting qops and sops

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
d
darton
Op
Posts: 155
Joined: Sat Jan 21, 2006 11:03 am

Detecting qops and sops

Post by darton »

Hello!
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
}
Change this that it only works for qops.
Post Reply