Discussion:
on join and part to hide Services2 server
(too old to reply)
Zedrick
2004-08-17 02:17:23 UTC
Permalink
Hi, on the GigaIRC Network, there are these bots on Services2.GigaIRC.net
that join the room to check for Spam / Virus and then they leave.


I would like to be able to hide the joins and parts of the bots on
Services2.GigaIRC.net


the bots are different names and different addresses they connect from ----
to hide Services2.GigaIRC.net



Thank You

-Zedrick
Lipp
2004-08-28 20:46:03 UTC
Permalink
Try

on *:join:#:{
if ($address($nick,2) == *!*@Services2.GigaIRC.net) { haltdef }
}
on *:part:#:{
if ($address($nick,2) == *!*@Services2.GigaIRC.net) { haltdef }
}

Lipp
Zedrick
2004-08-31 03:25:55 UTC
Permalink
Hi Lipp

I tried it on myself replacing Services2 with the Server name of my test
nick, it did not work


-Zedrick
Post by Lipp
Try
on *:join:#:{
}
on *:part:#:{
}
Lipp
Loading...