mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2015
Posts: 9
A
Adiemus Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
It has been a few years since I have been on IRC and when I was I had all services going to a window just for them.

I figured out how to do the whois thanks to a tutorial to it's own window but I can not seem to figure out how to get services such a nickserv and chanserv to go to a specified window.

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
Code:
on *:notice:*:*: {
if ($istok(NickServ ChanServ MemoServ OperServ Global HostServ BotServ,$nick,32)) {
if (!$window(@Services)) {
window @Services
}
aline @Services $+($chr(03),14,$chr(40),$chr(03),03,$network,$iif($chan, $+($chr(03),14,/,$chr(03),07,$v1,$chr(03),14,$chr(41)), $null)) $+($chr(03),03,$nick,$chr(03),14,:) $1-
}
}

This should do exactly what you want smile

Joined: Feb 2015
Posts: 9
A
Adiemus Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
Awesome, thanks so much!


Link Copied to Clipboard