mIRC Home    About    Download    Register    News    Help

Print Thread
#67275 10/01/04 06:33 AM
Joined: Mar 2003
Posts: 29
B
b3th3rS Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 29
Is there a way I can make two snotices for two diff servers for all connections, etc so they dont have to go into one windows.. it gets very confusing. thx for all the help

#67276 10/01/04 10:02 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
Have you tried:
Code:
on ^*:SNOTICE:*: {
  [color:red]scid $cid[/color] echo <whatever>
  haltdef
}

#67277 10/01/04 08:02 PM
Joined: Mar 2003
Posts: 29
B
b3th3rS Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 29
what should <whatever> should be? i had snotice for one server working right, but i cant get them to do it in different for two diff servers...

#67278 11/01/04 01:13 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
<whatever> should be whatever you want to be echoed,

for ex:
- $+ $nick $+ - $1-
is the default look

#67279 19/01/04 01:54 PM
Joined: Jan 2004
Posts: 4
N
Self-satisified door
Offline
Self-satisified door
N
Joined: Jan 2004
Posts: 4
Maby this will help
$nick at the end returns the server name
the timer waits until after the motd is finished, password is accepted etc.
replys in the status window
Note: remove the 13 If you dont want the color

on ^*:SNOTICE:*: {
scid $cid /.timer1 1 10 echo 13< Hey you are connected to $nick ! >
haltdef
}

Last edited by NetBandit; 19/01/04 02:19 PM.

Link Copied to Clipboard