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

by Yoda
Mon Oct 28, 2002 2:18 pm
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

www.chatitalia.net

enter in chat, I'm Mauro
by Yoda
Mon Oct 28, 2002 1:40 pm
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

PS: I use alltools.tcl
by Yoda
Mon Oct 28, 2002 1:32 pm
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

<Yoda> .binds join <BiT> [17:28] tcl: builtin dcc call: *dcc:binds Yoda 10 join <BiT> Command bindings: <BiT> TYPE FLGS COMMAND HITS BINDING (TCL) <BiT> join -|- #one * 0 cs:join <BiT> join -|- #two * 0 cs:join <BiT> join -|- * 2 AntiClone and I did .console +d
by Yoda
Mon Oct 28, 2002 12:03 pm
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

save it as clone.tcl and ad it in .conf then .rehash and see :roll:
by Yoda
Mon Oct 28, 2002 11:15 am
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

sorry but, no way, nothing happen.
Yoda
by Yoda
Sun Oct 27, 2002 5:13 pm
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

tested.
no errors but absolutely nothing happened and no privmsg to channel, or nick.
by Yoda
Sun Oct 27, 2002 3:28 pm
Forum: Archive
Topic: bot answer in private
Replies: 25
Views: 4460

I'm not so expert to prepare a script ready to use. Could you help me?

Yoda
by Yoda
Sun Oct 27, 2002 3:26 pm
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

I'm not so expert to prepare a script ready to use, could you help me?

Yoda
by Yoda
Sun Oct 27, 2002 11:07 am
Forum: Archive
Topic: Clones Tcl
Replies: 20
Views: 5390

thanks, but what exatly this script will do?

Yoda
by Yoda
Sun Oct 27, 2002 9:35 am
Forum: Archive
Topic: bot answer in private
Replies: 25
Views: 4460

example: bind msgm - question1 pubm:question1 proc pubm:question1 { nick uhost handle arg } { putserv "PRIVMSG $nick :answer1 text " } bind msgm - question2 pubm:question2 proc pubm:question2 { nick uhost handle arg } { putserv "PRIVMSG $nick :answer2 text " } bind msgm - questio...
by Yoda
Sun Oct 27, 2002 8:06 am
Forum: Archive
Topic: bot answer in private
Replies: 25
Views: 4460

thanks, I was not clear :) I would like to have a FAQ that works in private window with the bot, so many different answer and questions. The script that I use for it works very good in public chat, but not (after the corrections [bind msgm....]) in private window. Seems that in private does not &quo...
by Yoda
Sun Oct 27, 2002 5:49 am
Forum: Archive
Topic: bot answer in private
Replies: 25
Views: 4460

finally I got the working script bind msgm - ciao pubm:respond proc pubm:respond { nick uhost handle arg } { putserv "PRIVMSG $nick :message. " } the problem is that I can use only one command and message answer, no more than one. If I add more only the first one works the others no. Have ...
by Yoda
Fri Oct 25, 2002 3:34 pm
Forum: Archive
Topic: Eggdrop not in channel
Replies: 3
Views: 1818

thanks for your answer.

/who is for RFC 1459

is it ok for eggdrop?

Yoda
by Yoda
Fri Oct 25, 2002 1:15 pm
Forum: Archive
Topic: Eggdrop not in channel
Replies: 3
Views: 1818

Eggdrop not in channel

I did a lot of changing but it's the same:

Code: Select all

#it.one: (pending), enforcing "+tn"  (greet)

the bot is not in channel and many scripts dont works.

mode is -inactive, /who #channel is on....

someone can help me?

Yoda
by Yoda
Thu Oct 24, 2002 4:47 pm
Forum: Archive
Topic: bot answer in private
Replies: 25
Views: 4460

I think that

Code: Select all

bind msgm -|- "*nick*" pub:respond_to_nick 

proc pub:respond_to_nick { nick uhost handle arg } { 
  putserv "PRIVMSG $nick :message" 
}

-|- is uncorrect