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

by neokenzo
Sat May 10, 2003 9:28 pm
Forum: Archive
Topic: Greetings using ident or host
Replies: 0
Views: 1449

Greetings using ident or host

I'm looking for a script that will greet specific person with specific greetings. If possible, the userlist for this greet should have its own database instead of using the userlist from eggdrop. Most of the greeting tcl I found are bound by the user attribute, thus only 5 person the eggdrop would g...
by neokenzo
Sat Apr 12, 2003 1:51 pm
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I used wordpad to write the script. And I've checked the script twice. Nothing is out of place. Actually, I want this script to be runned under one of my more stable eggdrop. After trying so many times, I tried the same tcl on my not so stable eggdrop and it works fine. I wonder why that is. Anyway,...
by neokenzo
Sat Apr 12, 2003 1:24 pm
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I assumed this is what you're looking for? # Join event to op the bot itself bind join - * xlogin:join proc xlogin:join {nick uhost handle chan} { global x botnick if {($nick == $botnick) && ([isaccess $chan] > 99)} { puthelp "PRIVMSG $x(nickname) :OP $chan" Thats the only part tha...
by neokenzo
Sat Apr 12, 2003 12:42 pm
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

Tried that. Removed all the tcls apart from this and still the same. This keep appearing in the partyline: Tcl error [the:counting]: called "the:counting" with too many arguments The thing is, its counting because the bind is working. Its not sending it to the channel and that error messag...
by neokenzo
Sat Apr 12, 2003 12:01 pm
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

Sorry, please forgive me for my lack in knowlege. Anyway this is what comes out when I did the '.binds join' : [16:59] <(Hellf|re> [11:59] #xxxxx# binds join [16:59] <(Hellf|re> Command bindings: [16:59] <(Hellf|re> TYPE FLGS COMMAND HITS BINDING (TCL) [16:59] <(Hellf|re> join -|- * 1 the:counting [...
by neokenzo
Sat Apr 12, 2003 9:50 am
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I dont understand what you asking caesar? Paste what .bind join? I have listed the codes above. I've made the changes Papillon asked but since it didnt work, I reverted back to the original.
by neokenzo
Sat Apr 12, 2003 8:50 am
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

Tried that. Still the same. Still says to many arguements. What does that mean how to fix it?
by neokenzo
Sat Apr 12, 2003 8:37 am
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I have rehashed and restart the bot. Still having the same problems. I'm a newbie when it comes to coding, so I'm not quite sure whats wrong with it. Can anyone check the code I've included and give me suggestions how to rectify this problem?

Thanks in advance.
by neokenzo
Sat Apr 12, 2003 7:49 am
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I did rehashed, as you can see, the bot error message changed from before. I myself dont know why its doing that as well. Any more suggestions?
by neokenzo
Sat Apr 12, 2003 6:58 am
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I did the changes. Still having problems. Its still trying to notice all the channels instead of just the one. Now wehenever someone comes in to any of the channel its in, this message come out in the bot's partyline: Tcl error [the:counting]: called "the:counting" with too many arguments ...
by neokenzo
Fri Apr 11, 2003 7:48 pm
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

I have made all the changes that you have listed and rehashed my bot. When anyone joins the channel, this message appears in the bot: Tcl error [the:counting]: can't read "chan": no such variable I tried changing that particular coding but with no avail. Here is the my updated code at the ...
by neokenzo
Fri Apr 11, 2003 11:58 am
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

Thanks for the code. I made a minor change because I want it to notice just one channel. Anyway, when I load the bot, it says this: Tcl error [the:counting]: syntax error in expression "!file[file exists $::joins]" Anyway, here is the slight change of code I did, could you see what I did w...
by neokenzo
Wed Apr 09, 2003 7:56 pm
Forum: Archive
Topic: Counter and Notice tcl
Replies: 27
Views: 7643

Counter and Notice tcl

I would like my bot to greet everyone that comes in to my channel like so: (..notice..) KinKs: Welcome Neokenzo you're visitor 227748 since Nov 1999. Please ask your question in channel (no need to ask if you can ask:) and someone will help as soon as they can. To view available help topics, type !h...
by neokenzo
Mon Apr 07, 2003 6:56 pm
Forum: Archive
Topic: Count2.4.tcl problem
Replies: 0
Views: 573

Count2.4.tcl problem

I downloaded count2.4 by Turbo- and my eggdrop is running on version 1.6.13. It loads okay but everytime someone comes in the channel, it adds 2-3 to the counter. Has anyone runned this tcl on eggdrop version 1.6.13 before or does anyone knows how to fix this problem? Or could somebody suggest a goo...