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

by incith
Thu Jan 08, 2009 8:56 pm
Forum: Eggdrop Help
Topic: Eggdrop Bot Auto Restart
Replies: 10
Views: 6944

I think a simple script to check whether botonchan or not now and then, if not, try and jump or something.
by incith
Thu Jan 08, 2009 4:54 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436704

Yeah, NOAA used to be a lot more accomodating for searching. Used to use it on old perl bots (infobot) that I used to run prior to eggdrop. There was a script someone posted here awhile back, basically they could not [exec] on their Windrop so they wrote a PHP script to do the [exec] for them and re...
by incith
Thu Jan 08, 2009 5:43 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436704

Hmm.. honestly, not really. There is a 'variable timeout' for setting it higher/lower, but this isn't really what you want I'm sure. What happens if you try to ping wunderground.com from the shell (if available)? And what happens if you ping the IP (64.243.174.104)? It's possible that maybe DNS look...
by incith
Thu Jan 08, 2009 3:17 am
Forum: Script Support & Releases
Topic: incith:egghelp (r96) (Jan. 20th, 2009)
Replies: 0
Views: 2901

incith:egghelp (r96) (Jan. 20th, 2009)

Newest versions of my scripts are always available @ incith.com if they are not yet available on the Tcl archive . You can search egghelp Tcl archives from IRC now. :-P (made with permission from Slennox). (00:17:22) (@incith) !egghelp google (00:17:24) <@visitant> #953 - ask v-; #691 - Completely U...
by incith
Thu Jan 08, 2009 1:40 am
Forum: Script Support & Releases
Topic: Code for botnet to run same script (Rev 1.4)
Replies: 10
Views: 10996

Fixed to be more readable, thanks. The above hasn't really changed at all, it does really work quite well at allowing only 1 bot to respond to a trigger at a time. Kind of like giving yourself "backup" bots, so if one goes down, you can still have your !triggers working on another bot.
by incith
Wed Jan 07, 2009 11:50 pm
Forum: Modules & Programming
Topic: Grep Count Feature (Somewhat related to eggdrop)
Replies: 4
Views: 12166

Er well I guess I should have posted a solution for you. Yes, perl is one choice, although it will not be cross platform. In Tcl..: % set confd [open eggdrop/visitant.conf] file3 % while {![eof $confd]} { append conf [gets $confd] } % regexp "{" $conf 1 % regexp -all "{" $conf 12...
by incith
Wed Jan 07, 2009 9:12 am
Forum: Scripting Help
Topic: i think im in the right place! need script help
Replies: 4
Views: 3550

I started scripting by reading other scripts, and using them as kind of template when writing my first own scripts... Whenever I needed something I didnt know how to do, I looked in scripts I had, and tried to understand it...it is imho the best way of learning TCL, but it takes long ;D This is a r...
by incith
Tue Jan 06, 2009 11:03 pm
Forum: Modules & Programming
Topic: Grep Count Feature (Somewhat related to eggdrop)
Replies: 4
Views: 12166

Ah I understand, it's counting the number of line-matches the way I see it, not character matches. } is on 12 lines whereas { is on 11 lines. proc evnt:init_server {type} { $ grep '{' visitant.conf set altnick "${nick}-??" set username "${nick}" set botnet-nick "${nick}"...
by incith
Tue Jan 06, 2009 11:02 pm
Forum: Modules & Programming
Topic: Grep Count Feature (Somewhat related to eggdrop)
Replies: 4
Views: 12166

Interesting.
From a shell,
$ grep -c '{' visitant.conf
11
But there are actually 12 { in my conf file... Tcl would complain I'm sure if they didn't actually match up.
by incith
Tue Jan 06, 2009 8:49 pm
Forum: Script Support & Releases
Topic: demonds rssnews.tcl
Replies: 2
Views: 3618

[Solved]

Helped him out earlier, appeared to be due to not including a time before the URL during .rss add.
by incith
Mon Jan 05, 2009 6:33 am
Forum: Eggdrop Help
Topic: dcc Sorry, file too large
Replies: 3
Views: 2910

Rofl, no problem. Just need to be an ass every now and then to keep me sane.
by incith
Sun Jan 04, 2009 9:15 pm
Forum: Eggdrop Help
Topic: dcc Sorry, file too large
Replies: 3
Views: 2910

Yes, there is. Bother to look? :P Better yet, we will do it for you!
eggdrop.conf wrote:# Set here the maximum allowable file size that will be received (in KB).
set max-filesize 1024
by incith
Sun Jan 04, 2009 1:29 pm
Forum: Script Requests
Topic: Dictionary? speechles if you don' mind? :D [SOLVED]
Replies: 41
Views: 39134

Oh, well, this is how I've been doing it in :weather is all, with %w0-9% and etc. I figured that's where the idea came from :P So I was just wondering why you had decided to use 2 %'s, but it's all good, just being curious. :)
by incith
Sun Jan 04, 2009 12:48 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055762

I host http.tcl from 8.4 and 8.5 on my website, I upgrade them if/when I upgrade them on my system.

http://incith.com/eggdrop/