mIRC Home    About    Download    Register    News    Help

Print Thread
#60255 14/11/03 05:29 AM
Joined: Apr 2003
Posts: 7
L
La5eR Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Apr 2003
Posts: 7
on 1:DEOP:*:/opcheck
alias opcheck {
if ($chan == #hello ) {
if ($opnick == $me) {
msg #hello1 !ops
}
elseif (younggun isin $opnick) {
mode #gunradio +o $opnick
}
}
}
It worked with 6.01 but wont with 6.12

Last edited by La5eR; 14/11/03 05:30 AM.
Joined: Jan 2003
Posts: 98
T
Babel fish
Offline
Babel fish
T
Joined: Jan 2003
Posts: 98
"msg #hello1 !ops"

"#hello" isnt it?

Joined: Nov 2003
Posts: 27
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Nov 2003
Posts: 27
Don't use the alias, instead place taht one in the call.


Link Copied to Clipboard