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

by dwickie
Mon May 02, 2005 3:42 pm
Forum: Archive
Topic: Eggy part from channel when restarting - how to prevent?
Replies: 14
Views: 7978

De Kus wrote:you cannot. either you rehash the bot without parting or you restart it from scratch.
no i can't belive this. in /src must be somewhere some restart procedure where is programed this parting from channels :/
by dwickie
Mon May 02, 2005 3:00 pm
Forum: Archive
Topic: Eggy part from channel when restarting - how to prevent?
Replies: 14
Views: 7978

Eggy part from channel when restarting - how to prevent?

eggdrop parts from all channels, when restarting. (first part and then quit from irc)
does anybody know, how to prevent this? (script/source code change/...)
by dwickie
Tue Apr 26, 2005 2:43 pm
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6236

i'am not tcl expert, but try to put (not really know, if it help)

Code: Select all

global data
right after proc xxxx....
by dwickie
Mon Jan 17, 2005 10:50 am
Forum: Archive
Topic: Creating a public ignore command
Replies: 2
Views: 1714

yeh iam just looking for the same script :/ does anybody know?
by dwickie
Fri Nov 26, 2004 4:30 pm
Forum: Archive
Topic: How to make stats.mod /notice you the stats?
Replies: 4
Views: 3339

.chanset #channel +quietstats
by dwickie
Tue Oct 05, 2004 10:19 am
Forum: Archive
Topic: stats.mod - one problem and one question
Replies: 2
Views: 1704

Alchera wrote:From eggdrop.conf:
# Set this to 1 if you don't want your the bot to strip a leading '~' on
# user@hosts.
set strict-host 0

really thanks, now it finnaly works ;)
by dwickie
Mon Oct 04, 2004 11:45 am
Forum: Archive
Topic: stats.mod - one problem and one question
Replies: 2
Views: 1704

stats.mod - one problem and one question

hi, i have two problems with stats.mod module. Problem 1) new users are added this way: [16:27] Stats.Mod: Added llama(*!?ident@192.168.0.*) to userbase. i need to add this hotmask *!*ident@192.168.0.* and no that with ? wildcard. I have problems with *!?ident@* hotmasks on linknet (module does not ...
by dwickie
Mon Aug 23, 2004 6:07 am
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

a script, that few times a day count all words and save this number to a file is not probably so much problematic
by dwickie
Sun Aug 22, 2004 10:02 pm
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

but it counts from beginning There's another way to start counting from? i though yes: script, that opens statsmod.dat and in every line begins with #targetchannel adds up ("counts together".. i dont know, if adding is good stanslated) fourth number (first string is #targetchannel, second...
by dwickie
Sun Aug 22, 2004 10:09 am
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

i tried this, but it counts from beginning. i have probably no other way than count totalwords from beginning :/
by dwickie
Sun Aug 22, 2004 9:27 am
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

]Kami[ wrote:From my pisg stats page (down at the bottom):

Pisg only count lines (for top10 and together), but stats mod count words too and make special stats for words and lines spoken...

yeah i know, iam using stats.mod and i'am looging for script that counts totalwords spoken from statsmod.dat
by dwickie
Sat Aug 21, 2004 10:29 pm
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

yeah pisg have nice stats pages, but dont have "total words spoken" issue :(
by dwickie
Sat Aug 21, 2004 4:22 pm
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

i tried before asking, bud cant find anything. what i want is maybe in complex statistic generator scripts and i really dont want to try all of them
by dwickie
Sat Aug 21, 2004 9:02 am
Forum: Archive
Topic: Total words spoken on channel script
Replies: 16
Views: 4286

Total words spoken on channel script

Hi,
i like chanstat script, that count joins, parts, kicks, etc. but i want to count also totalwords spoken on channel. does anybody have idea how or some kind of similar script that have this feature? iam in tcl quite lame.