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

by spyda
Wed Oct 09, 2002 11:40 pm
Forum: Archive
Topic: Error in coding
Replies: 2
Views: 1920

hate that

I found the problem right before I check this site for a answer.. Thanx ppslim for the help for looking over my script. Keep up the good work guys, you wouldn't beleive how much I have learnt over the last 60 months with the forums.

Keep the good work going
------------
ThePope
by spyda
Wed Oct 09, 2002 11:38 pm
Forum: Archive
Topic: a little help
Replies: 6
Views: 2438

Procs

bind PUB - test script:pub proc script:pub {nick uhost hand chan text} { In this cause with a trigger of PUB the proc will automaticly pick up the $nick $uhost $hand $chan $text. In this case: $nick = person that triggered the command $uhost = the host of the person that triggered the command $hand...
by spyda
Wed Oct 09, 2002 11:27 pm
Forum: Archive
Topic: bots detects itself that it joined a chan
Replies: 5
Views: 2226

Puthelp coding

puthelp <text> [options] Description: sends text to the server, like 'putserv', but it uses a different queue intended for sending messages to channels or people. Options: -next: push messages to the front of the queue Returns: nothing Module: server It works on the fashion of puthelp "PRIVMSG...
by spyda
Wed Oct 09, 2002 11:16 am
Forum: Archive
Topic: Error in coding
Replies: 2
Views: 1920

Error in coding

Hey again people.. been working hard on my script, getting bugs and fixing them! Just have this little one that I am not to sure about. It does the first foreach right then packs it in foreach asus_nick [userlist] { set asus_text "write $asus_nick" set asus_file "$asus_nick\.db" ...
by spyda
Thu Oct 03, 2002 10:40 pm
Forum: Archive
Topic: DCC chat window
Replies: 10
Views: 2163

Thanx guys!

Worked with idx2hand and hand2idx for a while and worked out a nice little tcl. Still a little confused about strings and lists, but i think i will get there soon! I have come to another problem with using files. I know how to read a file and write to a file. But i am not sure on how to make my scri...
by spyda
Wed Oct 02, 2002 7:04 am
Forum: Archive
Topic: DCC chat window
Replies: 10
Views: 2163

:(

And that was the reason the script was not working. BUT it took me about 2 hours to find and then about 1 min after that I cheaked the forum. Now that will teach me! Still got bugs with script but I have worked it out. but working with strings I am still now getting! and I have read all the help fil...
by spyda
Wed Oct 02, 2002 4:04 am
Forum: Archive
Topic: DCC chat window
Replies: 10
Views: 2163

Idea!!

Ok.. Just been thinking about what you guys have said about the dcc window. Now I have looked over the TCL files I have and come down to working like this. So this the proc that takes care of it! proc asus_window {who what} { if {$asus_open} { putlog "$what" putdcc $who "$what" }...
by spyda
Tue Oct 01, 2002 8:06 pm
Forum: Archive
Topic: keep tcl logfile
Replies: 8
Views: 2355

not enough info

For what you have said and ppslim looking at the question it looks like you open the log file to write data in it.. when you start the command put somewhere in your tcl so it makes sure that the file is made / if not make the file for you set thefile "/home/eggdrop/logs/" if {![file exists...
by spyda
Tue Oct 01, 2002 8:01 pm
Forum: Archive
Topic: 2 easy questions!!
Replies: 7
Views: 1480

LIttle Problem

Papillon Code: bind pub - !wibble do_tha_wibble proc do_tha_wibble {nick host hand chan} { putserv "PRIVMSG $chan :\001ACTION gives $nick a $text wibble" } Sorry just see a little problem with the coding! I am not sure if it is needed but I know it is not there! it is just the text value ...
by spyda
Tue Oct 01, 2002 5:00 am
Forum: Archive
Topic: DCC chat window
Replies: 10
Views: 2163

Sorry

Didn't think I explaned it right.. Ok what I am trying to do is relay putlog commands or make up a tcl that will change putlog to do other stuff or make a tcl for a whole new command (that looks the best). To make the eggdrop msg DCC partyroom and a DCC chat window. but my problem is how does the bo...
by spyda
Tue Oct 01, 2002 3:10 am
Forum: Archive
Topic: DCC chat window
Replies: 10
Views: 2163

DCC chat window

Hey peoples... I am writing a command window.. Little like /dcc chat $botnick. But this goes to port that I have set and a TCL runs in the dcc chat.. (bit like a fserver) Now what I was wanting to know if there is a possable way to make relay goto the chan.. like pulog, but I am wanting them to goto...
by spyda
Sat Sep 28, 2002 8:58 pm
Forum: Archive
Topic: Make New DB file
Replies: 6
Views: 1511

Thanx

I was up to 3am working on other ways that work. But to no luck would it make a file in the main DIR of the eggdrop.. I tryed your way stdragon and it works too.. So thanx to stdragon and papillon for your help. I didn;t know anything about using files in TCL, and now I know how to do it! Thanx agai...
by spyda
Sat Sep 28, 2002 11:23 am
Forum: Archive
Topic: Make New DB file
Replies: 6
Views: 1511

Nice Work

Thanx Papillon..
Works well. I was just wonding if you can open a file but just using the file name eg:

Code: Select all

if {![file exists setup.db]} {
 set asus_file [open setup.db]
 ect ect...
}
Is that possable?? And to what DIR would it put the file??

Thanx in Advance
------------
ThePope
by spyda
Sat Sep 28, 2002 9:49 am
Forum: Archive
Topic: n00b Q reg. alice and .chanset in DCC
Replies: 12
Views: 3268

Firewall

eggdrop.log: [15:22] CTCP CHAT: from Archibald (~haddock@as6-3-2.spa.s.bonet.se) [15:23] Telnet connection: 192.168.100.6/2184 [15:23] Lost connection while identing [192.168.100.6/2184] [15:23] Telnet connection: 192.168.100.6/2184 You need to set your ip in mIRC so that it dont think that it is a...
by spyda
Sat Sep 28, 2002 9:25 am
Forum: Archive
Topic: n00b Q reg. alice and .chanset in DCC
Replies: 12
Views: 3268

Firewall??

Haddock: are you on a network or are you just running a eggdrop off the same computer that you are using to talk to it on. If this is so then make the telnet port active! Eggdrop.conf # If you would like the bot to listen for users and bots in separate ports, # use the following format. # # listen 3...