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 23 matches

by e-force
Wed Aug 24, 2005 3:33 pm
Forum: Archive
Topic: channel notice protect problem
Replies: 6
Views: 5022

I`ve tried many methods but nothing work... can someone give me working tcl script for eggdrop 1.4.5, which will kick ban user who make CHANNEL notice.Nothing else.
by e-force
Wed Aug 24, 2005 11:39 am
Forum: Archive
Topic: channel notice protect problem
Replies: 6
Views: 5022

channel notice protect problem

Hi there! I have a problem with a tcl script which is working in other version bots.I`m using version 1.4.5 eggdrop and have an error when load that script. Error: Tcl error [NoticeBan]: wrong # args: should be "NoticeBan nick handle uhost dest text" this is the script: set chanz "#so...
by e-force
Fri Jan 14, 2005 8:10 am
Forum: Archive
Topic: help with ""
Replies: 5
Views: 1941

Ok, thanks to all, now my problem is fixed,
by e-force
Thu Jan 13, 2005 11:29 pm
Forum: Archive
Topic: help with ""
Replies: 5
Views: 1941

help with ""

Hello there! I`m trying to make my script with public commands, but i have problem with the kick procedure. This is my procedure: ### Kick ### bind pub o .k pub_kick proc pub_kick {nick uhost hand chan txt} { set opc_knick [lindex $txt 0] set opc_kreason [lrange $txt 1 end] if [matchattr $opc_knick ...
by e-force
Wed Jan 05, 2005 8:27 am
Forum: Archive
Topic: channel notice invite protect
Replies: 11
Views: 4549

Thats right, this is the script exactly i`m searching for. Thank you verry much!
by e-force
Tue Jan 04, 2005 8:41 pm
Forum: Archive
Topic: channel notice invite protect
Replies: 11
Views: 4549

e-force wrote:thank you!
But it require apache 2.0 and eggdrop 1.6.x, i love my 1.4.x! It doesn`t work for me.
by e-force
Tue Jan 04, 2005 8:24 pm
Forum: Archive
Topic: channel notice invite protect
Replies: 11
Views: 4549

thank you!
by e-force
Tue Jan 04, 2005 7:12 pm
Forum: Archive
Topic: channel notice invite protect
Replies: 11
Views: 4549

channel notice invite protect

Hello, can someone give me TCL, which protect my channel from "/notice #channel http://someurl.com" and "/notice #channel *#*" ?