mIRC Home    About    Download    Register    News    Help

Print Thread
#13186 26/02/03 05:12 AM
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
hi ,i am again

i have a problem,i am op for two servers they have diferent bots ,first one have chanserv ,the second has chan

my trouble is when i conect chat.clarin.com
in status apears the nicklist of hispana
and in the other something like that

how can i fix thnx so much



if hispana isin $server { goto hispana }
if clarin isin $server { goto clarin }

clarin
echo -s esto es clarin

menu channel {

..-
voice : mode # +v $$1
..-

voice chan : msg chanserv voice # $me

}

hispana
echo -s esto es hispana

menu status {

..-
voice : mode # +v $$1
..-

voice chan : msg chan voice # $me

}

#13187 26/02/03 01:04 PM
Joined: Feb 2003
Posts: 76
G
Babel fish
Offline
Babel fish
G
Joined: Feb 2003
Posts: 76
If i get it right, you want a manu to appear in the channel, depending on which server you are connected to. I don't know if you get me, but give this a try:
Code:
 voice chan : $iif(hispana isin $server, msg chan voice # $me, msg chanserv voice # $me)
 

This should work fine, but if you also connect to other servers, try to make more $iif's.
Read mIRC's helpfile for more info wink


Link Copied to Clipboard