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.

advertising doesnt work

Old posts that have not been replied to for several years.
Locked
i
isis123
Voice
Posts: 13
Joined: Thu Sep 01, 2005 12:06 am

advertising doesnt work

Post by isis123 »

Code: Select all

set channel "#jonathan #michiluki" 

set time 3
set text { 
"hi" 
} 



if {[string compare [string index $time 0] "!"] == 0} { set timer [string range $time 1 end] } { set timer [expr $time * 60] } 
if {[lsearch -glob [utimers] "* go *"] == -1} { utimer $timer go } 

proc go {} { 
global channel time text timer 
foreach chan $channel { 
foreach line $text { putserv "PRIVMSG $chan :$line" } 
} 
if {[lsearch -glob [utimers] "* go *"] == -1} { utimer $timer go } 
} 


Something is wrong. it only posts the message on the first channel #jonathan. did i miss something?[/code]
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

why do you keep reposting this? it has been answered already
i
isis123
Voice
Posts: 13
Joined: Thu Sep 01, 2005 12:06 am

Post by isis123 »

yes you said some loop command was missing that i had in my original script but that wont work neither. whats wrong? pls help
i
isis123
Voice
Posts: 13
Joined: Thu Sep 01, 2005 12:06 am

Post by isis123 »

someone please help me its really urgent :(
Locked