This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by bubl
Fri Apr 28, 2006 8:56 am
Forum: Script Requests
Topic: ban on part
Replies: 12
Views: 9756

Thanks! Works great now! another quick question; If I have a tcl script with lets say this function; bind pub o .kick pub_do_kick is it +o flag the user need's to be able to use the public command? and, is it possible to add a user without a handle, only host. (damn basterds keeps changing there nic...
by bubl
Thu Apr 27, 2006 10:37 pm
Forum: Script Requests
Topic: ban on part
Replies: 12
Views: 9756

00:00 ::: username!~user@192.168.0.1 has left #channel 00:00 ::: mode/#channel: +b *!user@192.168.0.1 by bot <- works! great! 00:00 ::: mode/#channel: -b+b *!user@192.168.0.1 *!*@192.168.0.1 by bot <- sad panda :cry: Why does the bot do this? :/ I am using this snippet atm bind part - * partban pro...
by bubl
Thu Apr 27, 2006 6:12 pm
Forum: Script Requests
Topic: ban on part
Replies: 12
Views: 9756

Ok, user joins, parts and the bot sets a +ban. all good. but, then when I removed the ban the user joined again and he got bankicked directly with the reason, partban. I only wan't it to ban on part. ok, so now we keep the ban off the bot: bind part - * partban proc partban {n u h c t} { putquick &...
by bubl
Thu Apr 27, 2006 3:19 pm
Forum: Script Requests
Topic: ban on part
Replies: 12
Views: 9756

Ok, user joins, parts and the bot sets a +ban. all good.
but, then when I removed the ban the user joined again and he got bankicked directly with the reason, partban. I only wan't it to ban on part.
and, if it could be possible to specifiy banmask/hostmask, it would be great! thanks! :o
by bubl
Thu Apr 27, 2006 2:21 pm
Forum: Script Requests
Topic: ban on part
Replies: 12
Views: 9756

ban on part

Hello!

I would like a script that ban's any parting user in a channel (including operators). (it doesnt matter how long they have been in there, ANY part should result in a ban).

thanks! /bubl