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

by Fussel1979
Tue Dec 26, 2006 10:21 am
Forum: Scripting Help
Topic: Automaticly set static topic: is it realy that complicated?
Replies: 8
Views: 6230

Sure! I've right now managed to solve my problem by myself! It's not the best solution but a workaround and meets my needs. The script looks like that bind evnt - init-server starttimer set topic "Testtopic here!" set topicchan "#testchan" proc starttimer {type} { timer 1 [list s...
by Fussel1979
Tue Dec 26, 2006 6:39 am
Forum: Scripting Help
Topic: Automaticly set static topic: is it realy that complicated?
Replies: 8
Views: 6230

Hi Sr_Fz, i've checked it out! It doesn't work as it should. If i paste your whole snipet to my test.tcl file, which is loaded through the eggdrop config, nothing happens when a mode change (e.g. someone get @) occurs. Only when i remove the whole if-statement if {[isbotnick $targ]....} { something ...
by Fussel1979
Mon Dec 25, 2006 5:56 pm
Forum: Scripting Help
Topic: Automaticly set static topic: is it realy that complicated?
Replies: 8
Views: 6230

Thank's for the hints! Sadly non of them meets my needs! I'll try to explain my wish more detailed. Guess there is a IRC channel, which is abandoned nearly the whole day. The bot is the only one, who's on the channel. Then there is a netsplit or the shellprovider reboots his systems. After the syste...
by Fussel1979
Sun Dec 24, 2006 10:38 am
Forum: Scripting Help
Topic: Automaticly set static topic: is it realy that complicated?
Replies: 8
Views: 6230

Automaticly set static topic: is it realy that complicated?

Hi all, i'm new to tcl and to eggdrop, too! I managed to setup eggdrop on a linux vhost and get it working. Now i'm stumbeling around while trying to get the bot setting the topic of a channel, everytime he join's the channel. I read some scripts, that perform similiar operations, copy some - though...