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

by Fraud
Wed Jul 16, 2008 8:50 am
Forum: Script Requests
Topic: Status Eggdrop Script
Replies: 5
Views: 2936

Status Eggdrop Script

Hi everybody. I have a Script that posts some Channel Stats. But i would like to have it a lil bit recoded Here it is namespace eval status { namespace eval variable { variable trigger ".status" } bind pub -|- $::status::variable::trigger [namespace current]::public proc public {nickname h...
by Fraud
Mon May 26, 2008 7:28 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

Well smart or not. thats why i want the script for the "smartness"
by Fraud
Sat May 24, 2008 10:14 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

Yep its q net. Sorry. Well if i dont want to set +d on my bot, just checking on Q it has to be look like if {[matchattr [nick2hand $nick] +d $chan] == 0} { ?? and what i meant with the trigger is... setudef flag aop bind pub n "!aop" pub:aop bind join - * join:aop Well i dont know how o bi...
by Fraud
Fri May 23, 2008 2:15 pm
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

Well i meant !aop #channel on/off status

that somebody can enter in chan !aop #xyz on

and it ops also Users that have +d Flag on q. Means the Bot ops and q deops and this the whole time.

i´ve tried this
if {[matchattr [nick2hand $nick] d|d $chan] == 0} {
but its not working
by Fraud
Fri May 23, 2008 11:24 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

ahh Ok. no did not knew that. Thank u very much for ure help. Well hope u will not kill me but is it possible to implement this part ? bind PUB o !aop aop_pub proc aop_pub {nick uhost hand chan arg} { set s [lindex $arg 0] switch $s { on { if {[channel get $chan aop]} { putserv "NOTICE $nick :A...
by Fraud
Thu May 22, 2008 3:52 pm
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

Well i wrote i using it for Quakenet
I want to use it on Quakenet
by Fraud
Thu May 22, 2008 7:41 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

hehe. well 4 a clock is early ;) But its still nothing Authed User joins the Chan and.... thats it. Edit: well Partyline says:" Tcl error [raw354]: can't read "rawid": no such variable" Here the whole Code setudef flag aop set aop(channel) "#channel" set aop(rawid) &quo...
by Fraud
Wed May 21, 2008 8:01 am
Forum: Script Requests
Topic: Uptime Contest Script
Replies: 3
Views: 2338

Uptime Contest Script

Hi. I´m looking for a script that sets everybody in my Chan on +v, after starting the script with a trigger like !uptime... If anybody leaves the Chan and rejoins after the script was startet, he shall not get voice again. Maybe an output in the chan how many ppl are voice I just want to make a litt...
by Fraud
Wed May 21, 2008 7:30 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

Well its still not working. In partyline i get this

Tcl error [raw354]: can't read "rawid": no such variable
by Fraud
Tue May 20, 2008 8:41 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

Cheers i will. I would like to change the script a bit Got this but how to implement it in the authop script ? bind PUB o !aop aop_pub proc aop_pub {nick uhost hand chan arg} { set s [lindex $arg 0] switch $s { on { if {[channel get $chan aop]} { putserv "NOTICE $nick :Auto op is already \002on...
by Fraud
Mon May 19, 2008 7:59 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 10466

AOP with authcheck

Hi. after installing the following script i get this error invalid command name "}" while executing "}" invoked from within This is the Script setudef flag aop set aop(channel) "#channel" set aop(rawid) "678" bind time -|- "* * * * *" scantime proc s...