mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#102805 13/11/04 08:01 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
You probably already have a custom alias, if it set the modes, because when I do:

/mode #channel +s +t +i +l 3

it did

[20:56:53] * FiberOPtics sets mode: +s

So try to find that alias which is doing this. Somewhere in the alias, it'll probably have the diff modes stored in a %var, so you could add your code "if h isincs %var" { ... } or something. You're the scripter, you'll figure it out smile

Greets


Gone.
#102806 14/11/04 01:11 AM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
Aliases:


mode {
If ($1) && (+b == $2) { set %bch $1 }
if ($network == quakenet) || ($network == undernet) {
if (h isincs $2) || (u isincs $2) { .echo -a $network does not support this mode. | halt }
}
mode $1-
}

cmode {
if ($server = $null) { /echo -a Can't change channel modes while disconnected from server ! | halt }
else { /mode $chan $1- }
}

all i have for channel modes

Page 2 of 2 1 2

Link Copied to Clipboard