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.

[SOLVED]voice when +mute command

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Fire-Fox: users with channel access do not require +/-v; it has no effect on them as indicated by TCL_no_TK.

The script (as written) effects ONLY those that have no channel access at all.

This line in the script checks existing status and performs a function based on that status:

Code: Select all

   if {![isvoice $n $chan] && ![isop $n $chan] && ![ishalfop $n $chan]} {
    pushmode $chan +v $n
   }
The script functions as intended.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply