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

by sarius
Wed Nov 30, 2005 12:46 am
Forum: Scripting Help
Topic: Boggle Game Script
Replies: 5
Views: 11458

The script is more or less done. However I can't release it as a standalone tcl script because it requires the Boggle Solver to work. But I'll be more than happy to share the code if anyone's interested.
by sarius
Tue Nov 29, 2005 8:33 am
Forum: Scripting Help
Topic: Boggle Game Script
Replies: 5
Views: 11458

Hi demond. Thanks for such a prompt reply.

It seems to be working without foreach. I just used \n.

Hmm... will update more when I finish the rest of the script :D
by sarius
Mon Nov 28, 2005 10:41 pm
Forum: Scripting Help
Topic: Boggle Game Script
Replies: 5
Views: 11458

Boggle Game Script

I tried searching in the TCL archive and also google but I can't one specifically written for tcl or eggdrop. Or maybe it has not been made public =P Anyway, I'm in the midst of writing one for my own educational purpose, interest and for a bunch of friends in my irc channel. Here's the gist of it s...
by sarius
Thu Oct 27, 2005 1:35 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252549

hi! I've been using it for a while now and it works great. Thanks :) However, I would like to request for a pub trigger that can make it go into and out of 'silent mode' (eg. !stoprss and !startrss). In silent mode, the bot will continue updating from the websites but will not display it in the chan...
by sarius
Thu Sep 01, 2005 12:33 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252549

It's working pretty well! Thanks. :D

Also, I know this has been addressed before, but I really do think more than one feed per channel will be good. I'm definitely all for it. Cheers!
by sarius
Sun Aug 28, 2005 2:43 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252549

Sweet!

It works for most the the news websites so far. But is it possible to include CDATA support too?

It can't seem to read from this site - http://soccernet.espn.go.com/rss/news

Really appreciate the work done. Cheers! :D
by sarius
Tue Aug 09, 2005 10:58 am
Forum: Archive
Topic: Pub Voiceme script
Replies: 5
Views: 3129

Dude! It worked!

Thanks muchos! :D
by sarius
Tue Aug 09, 2005 9:52 am
Forum: Archive
Topic: Pub Voiceme script
Replies: 5
Views: 3129

Ok. I played around and this seemed to work. set vchan1 #channel1 set vchan2 #channel2 ##### Channel 1 ##### bind msg - voiceme1 msg:voiceme1 proc msg:voiceme1 { nick host hand text } { global vchan1 global botnick if {![onchan $nick $vchan1]} { puthelp "NOTICE $nick :I do not see you on $vchan...
by sarius
Tue Aug 09, 2005 9:02 am
Forum: Archive
Topic: Pub Voiceme script
Replies: 5
Views: 3129

Hey Sir_Fz Thanks for the prompt reply. It's all good except it assumes that the user is on both channels. So if the user is only on #channel, he'll receive the message: "I do not see you on #channel2" Is there anyway to make the bot scan which channels the user is on and then voice him in...
by sarius
Tue Aug 09, 2005 6:09 am
Forum: Archive
Topic: Pub Voiceme script
Replies: 5
Views: 3129

Pub Voiceme script

Hi guys, I searched the archive for the script in the topic and found voiceme.tcl by Silviu. However I think it's limited to only 1 channel. Can it be edited to include more than 1? Also, is this script secure to be allowed for pub? Thanks :D set vchan #channel bind msg - voiceme msg:voiceme proc ms...
by sarius
Sun Aug 07, 2005 1:42 am
Forum: Archive
Topic: Channel Limit Mod Help
Replies: 5
Views: 3836

Dude it works! I'm such a dumbass! LOL I forgot to change the #channel. :oops: You're a genius!!! Thanks again. The reason is because I have set the bot to auto-notice everyone who joins to type /msg botnick voiceme. When a non-clone sees that he will type it and get autovoice. Then my bot will chec...
by sarius
Sat Aug 06, 2005 2:50 pm
Forum: Script Support & Releases
Topic: Nerfbendr Triviabot
Replies: 10
Views: 18246

yep thanks. I'm trying so see if I can change the color of the random letters to that of the background. But I must confess that I know little to nothing abt TCL (only started setting up my first eggdrop yesterday thanks to the guide on this site). I can only suss out stuff that looks like C which I...
by sarius
Sat Aug 06, 2005 1:37 pm
Forum: Archive
Topic: Channel Limit Mod Help
Replies: 5
Views: 3836

Think I must have coded it wrong. Didn't work. Can you help me check if I edited it right? Thnks. proc cl_dolimit {} { global cl_chans cl_limit cl_grace cl_timer timer $cl_timer cl_dolimit foreach chan [string tolower [channels]] { if {$cl_chans != ""} { if {[lsearch -exact [split $cl_chan...
by sarius
Sat Aug 06, 2005 11:48 am
Forum: Archive
Topic: Channel Limit Mod Help
Replies: 5
Views: 3836

Awesome! Thanks heaps!
by sarius
Sat Aug 06, 2005 10:08 am
Forum: Script Support & Releases
Topic: Nerfbendr Triviabot
Replies: 10
Views: 18246

Sorry Yoohoo. I know that setting it to 0 works. But I was just wondering if I can edit it so that setting it to 6 works TOO.

Sorry abt the bad script pasting. Will use that code thgy next time.

Cheers!

:D