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

by TeDDyBeeR
Thu Sep 11, 2003 4:34 am
Forum: Archive
Topic: inserting a space
Replies: 7
Views: 1754

This is an example of i think you meen what you wanna have : set testnum "+123" set testnum2 "-123" bind pub - !testnum proc:doshow proc proc:doshow {nick uhost handle channel arg} { global testnum testnum2 putserv "PRIVMSG $channel : TEST" putserv "privmsg $channe...
by TeDDyBeeR
Wed Sep 10, 2003 3:55 am
Forum: Archive
Topic: stats.mod
Replies: 1
Views: 969

You must open in your NAT the port thats used by de STATS.MOD (stats.conf) I don't know what NAT you use, so read your NAT Manual for that :) And yes, you can send the stats db's/pages trou FTP, only then you need an tfp script, that send the files over to your other ftp site... I'm behinde a NAT (S...
by TeDDyBeeR
Fri Sep 05, 2003 3:52 am
Forum: Archive
Topic: help using chatstats.tcl with an windrop
Replies: 1
Views: 1168

Maybe the scritp it only writen for Eggdrops and not for Windrops : but.... You can try to change the dirnames in the the folowing code you send : set cs(ftperror) [catch {set cs(ftpclient) [exec which ftp]}]; set cs(rehash) 1 if {$cs(ftperror) && [file executable /usr/bin/ftp]} {set cs(ftpc...
by TeDDyBeeR
Fri Sep 05, 2003 3:37 am
Forum: Archive
Topic: what's wrong ??? :/
Replies: 1
Views: 1307

sorry wrong thout... i thout i saw someting :( can't delete message

regards,
TeDDyBeeR
by TeDDyBeeR
Thu Sep 04, 2003 8:32 am
Forum: Archive
Topic: How do I do a if != with 2 expresions
Replies: 7
Views: 2237

It was just try to help you with more information about the if { ... } esle { ... }

;)
by TeDDyBeeR
Thu Sep 04, 2003 5:51 am
Forum: Archive
Topic: How do I do a if != with 2 expresions
Replies: 7
Views: 2237

thanks man that worked jsut fine.. here is my final code that worked just great: if {$badword(kb$chan) != "kick" && $badword(kb$chan) != "ban"} { putserv "PRIVMSG $chan :[bold]Debugging:[bold] END" ; return } that was just a test to see if it would work.. it di...
by TeDDyBeeR
Wed Sep 03, 2003 11:43 am
Forum: Archive
Topic: Channels with strange Chars and File writeing
Replies: 1
Views: 812

Never mind, i have used de encryption and decryption to write to the file...

thx anyway for the one who can help me anyway's but it's not a problem anymore :)

regards,
TeDDyBeeR
by TeDDyBeeR
Wed Sep 03, 2003 10:46 am
Forum: Archive
Topic: need more assistance
Replies: 9
Views: 2354

Well, try to look good, it can be happend that your bot is hanging in one of the loops.

Maybe a good idea to let me see thous loops, maybe i can help you or searhc for errors or maybe what coust the hang...

regards,
TeDDyBeeR
by TeDDyBeeR
Wed Sep 03, 2003 10:37 am
Forum: Archive
Topic: new module
Replies: 5
Views: 2357

i try to download it, and i gote this :
Not Found
The requested URL /~pcbs/banpub/banpub1.2.tar.gz was not found on this server.

Apache/1.3.26 Server at mega.ist.utl.pt Port 80
So... where can i find it, to try :)

regards,
TeDDyBeeR
by TeDDyBeeR
Wed Sep 03, 2003 6:28 am
Forum: Archive
Topic: little big problem
Replies: 11
Views: 2562

Sir_Fz: Code: bind mode - "* +b" rmban:notf proc rmban:notf {nick uhost hand chan mode vict} { if {![matchattr $hand f|f $chan] && [botisop $chan]} { putserv "MODE $chan -b $vict" } } this should do it. (removes the ban immediatly if the banner is not +f) It's nice, but ...
by TeDDyBeeR
Wed Sep 03, 2003 5:51 am
Forum: Archive
Topic: little big problem
Replies: 11
Views: 2562

Sir_Fz: Code: bind mode - "* +b" rmban:notf proc rmban:notf {nick uhost hand chan mode vict} { if {![matchattr $hand f|f $chan] && [botisop $chan]} { putserv "MODE $chan -b $vict" } } this should do it. (removes the ban immediatly if the banner is not +f) It's nice, but ...
by TeDDyBeeR
Wed Sep 03, 2003 4:18 am
Forum: Archive
Topic: little big problem
Replies: 11
Views: 2562

Well it's possible Make from the following code a seperated *.tcl file en load it as you normely load scripts : #### # Unban bans set by users without +f on the # in global or channel user flags #### # Set below the channels where the bot must unban bans that # set by users who have not +f in ther f...
by TeDDyBeeR
Tue Sep 02, 2003 11:09 am
Forum: Archive
Topic: Help needed with Abusing Desynch
Replies: 13
Views: 2779

well ,
when you have the bot etc online, and if you have still the problem
then you can PM me where i need to be :)

Suc6 ....
by TeDDyBeeR
Tue Sep 02, 2003 10:54 am
Forum: Archive
Topic: Help needed with Abusing Desynch
Replies: 13
Views: 2779

Do you have a channel where the bot is ?
by TeDDyBeeR
Tue Sep 02, 2003 10:41 am
Forum: Archive
Topic: Help needed with Abusing Desynch
Replies: 13
Views: 2779

well, then give me the link to the server where he is running so maybe i can see what happens there :)