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

by r0t3n
Thu Jun 09, 2005 4:07 pm
Forum: Archive
Topic: protection error
Replies: 6
Views: 2762

ok, thanks!! do you know which eggdrop version ;p
by r0t3n
Thu Jun 09, 2005 1:24 pm
Forum: Archive
Topic: protection error
Replies: 6
Views: 2762

protection error

i decided to use a protection script from #xela on quakenet, but there is a error. The script: # {{{ setudef # {{{ flag setudef flag protection setudef flag authcheck setudef flag forcelimit setudef flag autolimit setudef flag bitchmode setudef flag topicsave setudef flag protect_all setudef flag ba...
by r0t3n
Thu Jun 09, 2005 12:20 pm
Forum: Archive
Topic: autokick/ban based on nick pattern
Replies: 2
Views: 1633

Search the tcl archive, im usre there is a script there which you could modify ;p
by r0t3n
Thu Jun 09, 2005 11:48 am
Forum: Archive
Topic: Userlist script, just made, please check if it works!!
Replies: 3
Views: 2300

;p i posted this 2 minutes before he replied ;p
by r0t3n
Wed Jun 08, 2005 6:18 pm
Forum: Archive
Topic: Userlist script, just made, please check if it works!!
Replies: 3
Views: 2300

Userlist script, just made, please check if it works!!

Hello, i just made this userlist script, dont know if it will work, please check it and feedback the info to me, Thanks in advance!! bind pub o|f !userlist user_list proc user_list {nick uhost hand chan text} { if {[userlist] == ""} { putserv "NOTICE $nick :No users found in my userli...
by r0t3n
Wed Jun 08, 2005 1:32 pm
Forum: Archive
Topic: Userlist error
Replies: 3
Views: 3074

thanks dude. But i want to chan the output from: -[-Guard-]- Users: ShoVe (ajmnoptx|-) - Tosser^^ (hjmnoptx|-) - L (ahjmoptx|-) - Q -[-Guard-]- Users: (ahjmoptx|amnov) - CC|alfn (hp|amov) - CC|alfn`` (hp|-) - CC|FF^BnC -[-Guard-]- Users: (hp|amno) - CC|h0h0 (hp|amov) - fishbot (hp|-) - Garfield (hp|...
by r0t3n
Wed Jun 08, 2005 12:51 pm
Forum: Archive
Topic: Userlist error
Replies: 3
Views: 3074

Userlist error

The script: bind pub o|f !userlist user:list proc user:list {nick host hand chan args} { puthelp "NOTICE $nick :SYNTAX: !userlist" return 0 } if {[userlist] == ""} { puthelp "NOTICE $nick :There are no users in my userlist for $chan " return 0 } foreach user [join [lran...
by r0t3n
Tue Jun 07, 2005 12:35 pm
Forum: Archive
Topic: Protection script... plz help me... plz
Replies: 22
Views: 9445

You could use allfloodprotection2.1b.tcl it works for me ^_^

just search "flood" in the tcl archive and find one ^_^
by r0t3n
Mon Jun 06, 2005 4:00 pm
Forum: Archive
Topic: scripts!!
Replies: 2
Views: 2149

Hmm, i think it was a bracket error ;p a bracket error or a close brace or something like that.

Thanks in advance!!
by r0t3n
Mon Jun 06, 2005 1:25 pm
Forum: Archive
Topic: scripts!!
Replies: 2
Views: 2149

scripts!!

bind pub * \$op op:op bind pub * \$deop deop:deop proc op:op {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] && ![matchattr $handle m|m $chan] && ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :Error: Either You Have No Access To This C...
by r0t3n
Sat Jun 04, 2005 11:54 am
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 23845

Cool, thanks for that, can you check this script, theres some errors, i dont seem to be able to find the problem. bind pub * \$op op:op bind pub * \$deop deop:deop proc op:op {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] && ![matchattr $handle m|m $chan] &...
by r0t3n
Sat Jun 04, 2005 11:12 am
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 23845

Ok, that post doesnt really help me, its just userhost, i need :: Whois for [nick] :: realname: [realname] :: Host: [host] :: Auth: [auth] :: Last Joined Chan: [chan] :: Global Status: [gstatus] :: Channel Status: [chan status] :: Can you help, also can you check my script in one on my last posts, t...
by r0t3n
Fri Jun 03, 2005 4:58 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 23845

Can anyone help me make a whois script in this format: bind pub - \$whois pub_whois <-- that will be the bind, i dont know what the whois script will be. the format i want it to be is: Whois For [nick] :: Realname: [realname] :: Host: [host] :: Auth: [auth] :: Last Joined Channel: [last joined chan]...
by r0t3n
Fri Jun 03, 2005 2:19 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 23845

bind pub * \$op op:op bind pub * \$deop deop:deop proc op:op {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] && ![matchattr $handle m|m $chan] && ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :Error: Either You Have No Access To This C...
by r0t3n
Fri Jun 03, 2005 1:27 pm
Forum: Archive
Topic: Protection Bot Request Script With Clonescanner
Replies: 37
Views: 23845

Found another script on another forum, i may use this one, seems better than bind pub - $botnick commands

http://selftcl.de/forum/viewtopic.php?t=114

oh well, Thanks!!