on *:join:#test:{
if (*Serv* isin $nick) { halt }
if ($nick ison #abuse) { halt }
if ($nick ison #opers) { halt }
if ($nick ison #ops) { halt }
if ($nick ison #bots) { halt }
if ($nick ison #irc) { halt }
if ($nick == $me) { halt }
else {
.gline $nick 86400 due to xdcc abuse!
}
}
... OR ...
If a user that join the channel #test and is on #abuse / #opers / #ops / #bots or #irc, than NO gline.
If the user isn't on one (or more) of these channels, than gline.
I hope you know what I mean.
Excuse my bad English.
Thanks & greets
Daemon
Edit: Changed topic subject to clarify the request. (Sir_Fz)
Last edited by Daemon on Sun May 06, 2007 6:05 pm, edited 2 times in total.
I suggest you change the topic and content of your post to an actual script request where you just state what you want your bot to do. Otherwise, this topic will be moved to the junk yard.