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

by ztian299
Tue Apr 22, 2008 12:15 pm
Forum: Eggdrop Help
Topic: Patching eggdrop
Replies: 6
Views: 4501

You could try use

Code: Select all

patch -p0 < ../path.to.the/patch
by ztian299
Mon Apr 21, 2008 6:00 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

Thanks a lot for awesome response!
I'm pretty sure this will be the place I will hang around daily to learn and help 8)
by ztian299
Mon Apr 21, 2008 5:28 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

Great, works like a charm!

What should i use to lock people from getting answer from the bot if their not in a specified channel?

like:
<me> /notice bot search site
and bot won't answer until the person is in channel #test
by ztian299
Mon Apr 21, 2008 10:58 am
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

Thanks a lot for helping me out.. after some .rehash and .restart everything works like it should! But I want the outputs from SELECT query in each line.. like: <me> /notice bot search egghelp <bot> http://egghelp.org <bot> http://forum.egghelp.org how is this possible? I've tried with LIMIT 5, but ...
by ztian299
Sun Apr 20, 2008 6:25 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

My fault! didn't read page 2 of this thread! sorry..
Ok, I'll try all your tip now! hope it works
by ztian299
Sun Apr 20, 2008 6:15 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

net-type 5 is right, because I'm not on the listed servers.
why do I need to make a fresh conf? this config have been working very well for me in long time with all other scripts.

Any other suggestions for my problem?
by ztian299
Sun Apr 20, 2008 4:19 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

Here is my conf: http://pastebin.com/d42679c0

Every time I send a notice to the bot it pop-up in telnet that I try.
But nothing happen
by ztian299
Sun Apr 20, 2008 3:33 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

Code: Select all

Command bindings:
  TYPE FLGS     COMMAND              HITS BINDING (TCL)
  notc -|-           search                    0    notice:search
This is what I get in telnet..
by ztian299
Sun Apr 20, 2008 3:26 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

I've tried .rehash and .restart

I'm wondering about the notice action if it really works with mysqltcl
because it worked with search in pm, but not with notice.
by ztian299
Sun Apr 20, 2008 3:13 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

Ah, sorry.. to explain, I don't really use mysqlexec in the connect, I was to tired this morning when i wrote it on this post.. But I use mysqlconnect. Then as you told, I could use split function with lindex.. I asked on #eggtcl @ EFnet and got the answer "set test [lindex [split $arg] 0]"...
by ztian299
Sat Apr 19, 2008 7:16 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

I'm seriously not sure. Could you give me an example that you could help me better than that one? Appreciate your help!
by ztian299
Sat Apr 19, 2008 5:48 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

hi

Thanks for reply that fast Sir_Fz, I have been looking at that one LONG time.. and have tried it but won't work! here's the code with that! --------------------------------- set dbhandling [mysqlexec -u root -p test123 -db search] set sqltable "test" bind notc - search notice:search proc n...
by ztian299
Sat Apr 19, 2008 5:06 pm
Forum: Scripting Help
Topic: bind notc not working[SOLVED]
Replies: 42
Views: 15929

bind notc not working[SOLVED]

Hello! I'm trying to make a search to mysql with notice. /notice bot1 search <site> This is my own code and I try to learn. Searched google many hours but didn't find it useful so I decided to ask here. Appreciate help bind notc - search notice:search set dbhandling [mysqlexec -u root -p test123 -db...