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

by Sydneybabe
Mon Aug 12, 2013 10:40 am
Forum: Script Requests
Topic: auto deop/devoice
Replies: 5
Views: 5498

on partyline i am encountering an error with this message:
Tcl error [idle:ops]: can't read "chanserv": no such variable
by Sydneybabe
Wed Aug 07, 2013 3:12 pm
Forum: Script Requests
Topic: auto deop/devoice
Replies: 5
Views: 5498

auto deop/devoice

hi i have added this script on my bot and error appear:

Code: Select all

Tcl error [idle:ops]: expected boolean value but got "09" (looks like invalid octal number)
by Sydneybabe
Sat Jun 30, 2012 1:36 pm
Forum: Script Requests
Topic: Action repeat errors occured...
Replies: 0
Views: 2405

Action repeat errors occured...

Hi, need help with this it gives me an error on partyline: [23:39:42] Tcl error [ctcp_repeat]: invalid command name "ctcp_repeat" set repeat_msg { "Kick message 1" "Kick message 2" } set repeat_time 0 set repeat_chans "#" bind pubm - * pubm_repeat bind ctcp - ...
by Sydneybabe
Thu Oct 20, 2011 3:08 am
Forum: Scripting Help
Topic: how to start this..
Replies: 6
Views: 5497

Hello sir caesar, i am encountering an error on the script this is what appear on the partyline: <eggdrop> [14:56:21] Tcl error [registered:first]: can't read "user": no such variable <eggdrop> [14:56:21] Tcl error [registered:match]: can't read "user": no such variable
by Sydneybabe
Sat Sep 24, 2011 7:28 am
Forum: Script Requests
Topic: Halt the script on netsplit
Replies: 1
Views: 1949

How to apply throttle regarding this netsplit problem sir?
by Sydneybabe
Thu Sep 22, 2011 11:37 pm
Forum: Script Requests
Topic: Halt the script on netsplit
Replies: 1
Views: 1949

Halt the script on netsplit

Hello someone can help me how to halt or pause the script when there is a netsplit? Because the autovoice of registered nick script i'm using is mass voicing all registered nick after a netsplit. Thanks in advance.
by Sydneybabe
Thu Sep 22, 2011 7:06 am
Forum: Scripting Help
Topic: how to start this..
Replies: 6
Views: 5497

Hi sir caesar, how can i halt the script on netsplit since it will autovoice all registered nick that came from netsplit? Thanks in advance. :D
by Sydneybabe
Mon Aug 22, 2011 9:09 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

Hi sir there is an error on the script how to fix this:
Unknown subcommand "modecontrol" to "namespace"
Thanks in advance.
by Sydneybabe
Sun Aug 21, 2011 12:51 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

Hello sir with the help of speechles the error found on this part: bind mode - "MODE" raw:modeCheck and now the script is working but opposite of what i requested: User sets mode +m User sets mode -m Eggdrop sets mode +m User sets mode +M User sets mode -M Eggdrop sets mode +M It keep the ...
by Sydneybabe
Sat Aug 20, 2011 1:36 pm
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

I test the script this time sir but nothing happens:
* User sets mode: +R

the bot did not -R the channel :s
by Sydneybabe
Sat Aug 20, 2011 7:59 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

Hello sir i try the script but still no luck.
by Sydneybabe
Tue Aug 16, 2011 2:28 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

Is this the huge chunk of code are you referring sir nml375? set lockModes "mRsC" bind raw - "MODE" raw:modeCheck proc raw:modeCheck {from key text} { set nick [lindex [split $from "!"] 0] #Sanity check if {[isbotnick $nick]} { return 0 } set items [split $text] set loc...
by Sydneybabe
Sat Aug 13, 2011 8:34 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

Yep sir but i don't understand the code you provide how to make it works and i just make a script that i think on that flow i could understand i hope you help me sir with something like that or do i have to make it a new topic.
by Sydneybabe
Sat Aug 13, 2011 2:58 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

It seems i'm having difficulty how to do that thing i just made something like this but just wanted to know you sir if this is correct: set timechks 30 timer $timechks snowbotchk proc snowbotchk {} { global timechks foreach chan [channels] { if {[botisop $chan] && [isbotnick $nick] &&...
by Sydneybabe
Fri Aug 12, 2011 2:51 am
Forum: Script Requests
Topic: Only bot can set channel mode lock (Dalnet network)
Replies: 22
Views: 15830

Hello sir i add this script of into my bot bind raw - "MODE" raw:noticeMode proc raw:noticeMode {from key text} { set nick [lindex [split $from "!"] 0] set handle [nick2hand $nick] set channel [lindex [split $text] 0] #Don't bug owners or bots if {![matchattr $handle "+nb&qu...