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

by isis123
Fri Sep 09, 2005 6:58 am
Forum: Archive
Topic: advertising doesnt work
Replies: 3
Views: 3866

someone please help me its really urgent :(
by isis123
Thu Sep 08, 2005 6:24 pm
Forum: Archive
Topic: advertising doesnt work
Replies: 3
Views: 3866

yes you said some loop command was missing that i had in my original script but that wont work neither. whats wrong? pls help
by isis123
Thu Sep 08, 2005 5:35 pm
Forum: Archive
Topic: advertising doesnt work
Replies: 3
Views: 3866

advertising doesnt work

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 } p...
by isis123
Wed Sep 07, 2005 6:49 pm
Forum: Archive
Topic: On text help
Replies: 8
Views: 6662

ok is this correct?

Code: Select all


bind pub - <TRIGGERWORD> pub:homepage

proc pub:homepage { nick uhost handle channel arg } {
putserv "PRIVMSG $channel : <MSG TO CHANNEL>

}
by isis123
Wed Sep 07, 2005 1:31 am
Forum: Archive
Topic: On text help
Replies: 8
Views: 6662

yes, but i am slowly sick of being referred to tuts. whats a forum then for? can someone write it here? shouldnt be to hard to copy it out of your scripts. thanks :(
by isis123
Tue Sep 06, 2005 5:22 pm
Forum: Archive
Topic: On text help
Replies: 8
Views: 6662

On text help

Hello, I´d like my eggdrop to say a certain message into a channel if an user writes a keyword. For instance he writes "hi "and the eggdrop says a certain message (like: hi, how are you?)

Can someone please help me? Thanks so much.
by isis123
Thu Sep 01, 2005 2:09 pm
Forum: Archive
Topic: HEllo, Auto-Answer
Replies: 5
Views: 4758

demond wrote:you don't have a loop by channels, which is curious, since you had that loop yesterday when you asked for timer help, and for some reason you have removed it
How do i fix that? Thanks
by isis123
Thu Sep 01, 2005 12:44 pm
Forum: Archive
Topic: HEllo, Auto-Answer
Replies: 5
Views: 4758

thanks, very helpful. Another question just bothers me, I made an advertisement script, but the bot only posts in the first set channel, not in all. set adchannel "#omfgnaps #jonathan" set adtime 1 set adtext { { ":: IAC :: Du suchst oder hast Accounts? :: Von WoW bis Steam? :: Von GW...
by isis123
Thu Sep 01, 2005 12:21 pm
Forum: Archive
Topic: HEllo, Auto-Answer
Replies: 5
Views: 4758

HEllo, Auto-Answer

Hello, I´d like to have an autoanswer script, which automatically respons on opening a query. What do I have to type? Thanks
by isis123
Thu Sep 01, 2005 2:05 am
Forum: Archive
Topic: I just want at timer :(
Replies: 6
Views: 5331

i missunderstood you, i thought you called me names, sorrsy.
by isis123
Thu Sep 01, 2005 1:48 am
Forum: Archive
Topic: I just want at timer :(
Replies: 6
Views: 5331

thanks.
by isis123
Thu Sep 01, 2005 1:01 am
Forum: Archive
Topic: I just want at timer :(
Replies: 6
Views: 5331

ok i made one but it doesnt work. whats wrong? set channel "#omfgnaps #spielersuche" 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] ...
by isis123
Thu Sep 01, 2005 12:09 am
Forum: Archive
Topic: I just want at timer :(
Replies: 6
Views: 5331

I just want at timer :(

Hi, all I want is a simple timer which puts a message in a channel every 2 minutes.
So the channel should be #jonathan
the message should be "hello"
and every 2 minutes.

Can someone help me? thank you