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.