mIRC Home    About    Download    Register    News    Help

Print Thread
#43333 21/08/03 10:27 AM
Joined: Aug 2003
Posts: 136
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 136
Im an oper and I can see the client connections
Id like to see when a certain ip joins Ive tested this script but doesnt work help please.
on ^*:SNOTICE:*** Notice -- Client connecting*:{
if (111.111.111* isin $1-) {
echo -a *** so and so (or some other overinflated ego: 216.209.106* has connected to IRC.
| /haltdef
}
elseif ( $active != @Clients ) {
window -kem @Clients
titlebar @Clients on $server
}
window -g1 @Clients
echo -ti2 @Clients 3[C] $4-
haltdef
}

Last edited by MrPeepers; 21/08/03 10:29 AM.
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
Code:
if (111.111.111* [color:red]isin[/color] $1-) {


Your address to match includes wildcards -> use iswm instead of isin.

Joined: Aug 2003
Posts: 136
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 136
thank you yet again smile


Link Copied to Clipboard