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

by Ace-T
Thu Jul 12, 2007 9:22 pm
Forum: Scripting Help
Topic: Timer
Replies: 9
Views: 5881

the timer1.0 scripted worked fine :)


i new the timer was setting anyway, cause if i set it to announce every 2 mins, it announced after the first 2 mins then died
by Ace-T
Thu Jul 12, 2007 8:44 pm
Forum: Scripting Help
Topic: Timer
Replies: 9
Views: 5881

thx for ur reply, i have tried the script and it seems the timer is dying after the first announce, and i have it set to == 1 in the script so i know its not tht :)

just gotta find why its dying at the first announce rly :)
by Ace-T
Thu Jul 12, 2007 6:23 pm
Forum: Scripting Help
Topic: Timer
Replies: 9
Views: 5881

nah dont work :(


just need to know why this timer aint reapting rly, timers in tcl are hard :(
by Ace-T
Thu Jul 12, 2007 9:08 am
Forum: Scripting Help
Topic: Timer
Replies: 9
Views: 5881

cant seem to find him hehe

is there a way to get a list of active timers in partyline??
by Ace-T
Wed Jul 11, 2007 7:48 pm
Forum: Scripting Help
Topic: Timer
Replies: 9
Views: 5881

even if i do summet easy as

set delay 1
timer delay "sc::post privmsg none all {$sc::texts(adv)}"

it works once then nothing..

is there a comand for party line to see what timers are running??
by Ace-T
Wed Jul 11, 2007 9:17 am
Forum: Scripting Help
Topic: Timer
Replies: 9
Views: 5881

Timer

i am using LoReZ ShoutCast Script v2.1, and timer doesnt work if {$sc::sets(adv) == 1} { timer $sc::sets(advtime) "sc::post privmsg none all {$sc::texts(adv)}" } and # Advertise every X Minutes set sc::sets(advtime) 15 but it will announce onces then it wont announce no more.. :s any ideas...
by Ace-T
Mon Jul 02, 2007 5:58 pm
Forum: Scripting Help
Topic: error help
Replies: 1
Views: 1897

error help

keep geting this error

can't use non-numeric string as operand of "/"

any ideas?
by Ace-T
Sun Jul 01, 2007 11:04 am
Forum: Scripting Help
Topic: Op/Voice
Replies: 2
Views: 2450

nm fixed it
by Ace-T
Sun Jul 01, 2007 10:56 am
Forum: Scripting Help
Topic: Op/Voice
Replies: 2
Views: 2450

Op/Voice

bind pub - !stats stats proc stats {nick uhost hand chan arg} { if {![isop $nick $chan]} { return } putquick "PRIVMSG #ace :yes this line works cause ur an op" } else { if {![isvoice $nick $chan]} { return } putquick "PRIVMSG #ace :yes this line works cause ur NOT an op" } } any...
by Ace-T
Wed May 30, 2007 5:44 am
Forum: Eggdrop Help
Topic: Chan Modes
Replies: 2
Views: 2560

Chan Modes

seems my bot is being very bad >:) it will -b all bans ect but got that prob sorted, the problem i have tried to over come is i want to turn off flood protection, i have set it to 0:0 in the config and also set it to 0:0 in the channel config just incase but its still showing up as flood settings: c...
by Ace-T
Tue May 29, 2007 6:37 pm
Forum: Scripting Help
Topic: Brackets
Replies: 3
Views: 2864

ty very much :)
by Ace-T
Tue May 29, 2007 5:52 pm
Forum: Scripting Help
Topic: Brackets
Replies: 3
Views: 2864

Brackets

might be a n00bish question, but when i want the bot to priv msg my channel with [ and ] around some text it really hates them and wont msg the chan any ideas why or if this is fixable?
by Ace-T
Mon May 28, 2007 6:59 am
Forum: Eggdrop Help
Topic: Timezone problem
Replies: 5
Views: 3715

came in handy, thx :)
by Ace-T
Fri May 25, 2007 5:54 pm
Forum: Scripting Help
Topic: script help
Replies: 8
Views: 4877

all sorted, thx a million guys ;)
by Ace-T
Fri May 25, 2007 5:51 pm
Forum: Scripting Help
Topic: script help
Replies: 8
Views: 4877

i only have that script running and yes i have restarted it,

when i did .binds i checked and all seemd ok,

only prob was with the pubm * it wouldnt show but if i changed the pub to bind pub "-|-" !test sitetest_info it showed up in .binds