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

by stammer
Thu Apr 21, 2005 6:18 am
Forum: Archive
Topic: RegSub question
Replies: 6
Views: 3927

Thanks alot to all :)

everything working ok...
by stammer
Wed Apr 20, 2005 3:23 am
Forum: Archive
Topic: RegSub question
Replies: 6
Views: 3927

RegSub question

Hi all, i have string like this : asfgghgfh45453*)_()([]{}!@#%^^%+-^#$#@35fsggdfg34534ASDEd45 my question is how to remove from it all except alphabet characters --> a-z, A-Z out string have to look like this : asfgghgfhfsggdfgASDEd Thanks alot. P.S. Sorry for my bad English I'm from Bulgaria
by stammer
Thu Dec 11, 2003 3:51 am
Forum: Archive
Topic: Need a tcl script to run on an eggdrop and combat spam bots
Replies: 12
Views: 4299

Why don't you make a eggdrop an ircop and make it to message everyone who join server or network and if it is a spambot gline it
by stammer
Tue Oct 07, 2003 3:24 am
Forum: Archive
Topic: Eggdrop connecting to a server which requires a password
Replies: 5
Views: 1857

Hi all,
in network my bot is 'irc.ser.ver:port:password' is used to get bot to use virtual host (host spoof). Maybe that is that you want :)
by stammer
Mon Jul 21, 2003 6:52 am
Forum: Archive
Topic: Bot doesn't stay in channel and can't DCC
Replies: 5
Views: 1301

See this:
* EggDrop has joined #TQ
* EggDrop has left #TQ
i thing for channel #TQ is set +inactive try to remove it with

.chanset #TQ -inactive
by stammer
Fri Jul 18, 2003 4:11 am
Forum: Archive
Topic: variable not getting unset
Replies: 6
Views: 2065

Is it nessesery to unset all variables used in a tcl procedure like in other program languages or where in execution procedure is leaved variables is all unset automatically?
by stammer
Fri Jul 04, 2003 7:19 am
Forum: Archive
Topic: read from stats.mod database
Replies: 10
Views: 2693

My bot is in small IRC network an channel where it stays is 15-30 nicks in daytime and 10 in the night but this with array is good point :) i thing i found how to search bind join - * pub:speak proc pub:speak {nick host hand chan} { set fid [open "statsmod.dat" r] while {![eof $fid]} { set...
by stammer
Fri Jul 04, 2003 6:36 am
Forum: Archive
Topic: read from stats.mod database
Replies: 10
Views: 2693

Peak values are stored in dat file like this:

#Channel @ number

is there a command in tcl to search for pattren in text files like in C language

i think of binding 'join' and getting a channel name and search in dat file for '#chan @'
by stammer
Fri Jul 04, 2003 5:56 am
Forum: Archive
Topic: read from stats.mod database
Replies: 10
Views: 2693

My english is not so good because i'm from Bulgaria. I was using a tcl for channel peak and it writes a separate file for peak values. Then i start to use statsmod. Stats writes peak values in his dat file too. So i remove peak.tcl and start to think how to read peak values from statsmod.dat thats i...
by stammer
Fri Jul 04, 2003 4:20 am
Forum: Archive
Topic: read from stats.mod database
Replies: 10
Views: 2693

Ok i will get peak the way peak.tcl gets it but old peak have to be read from stats dat ot eliminate external file that peak.tcl writes. Statsmod takes care for writing peak values in his file.

Problem is how to access this peak values in statsmod.dat file?
by stammer
Thu Jul 03, 2003 9:18 am
Forum: Archive
Topic: read from stats.mod database
Replies: 10
Views: 2693

it looks like this for example:

Code: Select all

#Arakis ! 1047997200
#Arakis @ 23
@ peaks #Arakis 23 16 23 23
it's user peak for that channel. I'm not sure what is the meaning of this number after '!' sign. And second how to catch when stats.mod detects peak to display it on the channel.
by stammer
Thu Jul 03, 2003 6:14 am
Forum: Archive
Topic: read from stats.mod database
Replies: 10
Views: 2693

read from stats.mod database

Hi there,
i want to write a tcl for reading a channel peak from stats.mod database and when there is a peak my bot to tell it in the channel. Can enybody tell me how to access peak in stats 'dat' file?
by stammer
Wed Jul 02, 2003 6:02 am
Forum: Archive
Topic: +R Script
Replies: 19
Views: 5617

try to bind 'splt' and 'part' to trigger a procedure for setting that mode for example:

Code: Select all

bind part - *      pub:spart
bind splt - *      pub:ssplit
hope this helps
by stammer
Wed Jul 02, 2003 5:54 am
Forum: Archive
Topic: deoping bot
Replies: 3
Views: 1404

or make ChanServ a channel master

.chattr services +m #chan

:)
by stammer
Wed Jun 04, 2003 10:59 am
Forum: Archive
Topic: ChanServ guard procedure
Replies: 2
Views: 1243

10x a lot :) for the help