i have like this:
ON *:JOIN:#channel: {
if ($me isop #channel) && ((nick1 isin $nick) || nick2 isin $nick) || (nick3 isin $nick)) { .op #channel $nick }
}
[/code]
but what if i want to voice certan nicknames, and do another than voice mode on nicknames
how to make it into this?
i cant do
if ($me isop #channel) do op
elseif ($me isop #channel) do voices
elseif ($me isop #channel) do another modes..
it will confuse mirc... or wont?