| |
| |
| |
|
Page: 1 2 3
Comments:
<0> how do i turn the flood option off on a set channel <1> Which flood protection? <0> i think its default <0> i haven't add any tcl <0> it kicks users who floods <1> .chanset #channel flood-chan 0 <0> how do i turn it off for all the channels currently joined and in future <1> Edit your config and set global-flood-chan 0 <0> hmm <0> ok <0> thanks <1> np <2> hey i need help <2> ?
<3> ??[x]: Usage: ?? <word> [> nick] <4> hey i need help <5> guys <6> help <7> ? <3> ??[x]: Usage: ?? <word> [> nick] <8> Hi <8> can u show me step by step how to install identd on the root plz :) <8> ?? <9> ??[x]: Usage: ?? <word> [> nick] <8> can u show me step by step how to install identd on the root plz :) <10> wht is tcls ? <10> where can i get them <10> ?? <9> ??[x]: Usage: ?? <word> [> nick] <10> helloss <10> anyone help <11> http://www.egghelp.org/tcl.htm <10> OdinNT i dunno anything abt tht <10> should i downlaod <10> >? <11> try reading the desciption of the .tcl's in that archive <10> ok <11> I run stuff like !info, 8ball, !seen, getops, flood protection and a custom script that I wrote <11> never use two scripts that do the same thing at the same time, your bot will not work correctly <10> ok <11> one of the larguest mirc and .tcl script sites I have ever seen <10> OdinNT i have telnet <10> now what should i give for hostname <11> ? <3> ??[x]: Usage: ?? <word> [> nick] <10> its asking for hostname <10> port <10> term type <11> oh, your trying to telnet to your bot <10> yes <11> you use the ip address, hostmask and the port that you ***igned to the bot in the bots .conf file <11> brb <12> help <12> how to add a notice when someone joins the channel?? <12> notice from the bot. <11> that would be great <12> lol man <13> do you have the answer ;)? <11> yes <11> it's done through greats <13> done through greats? <13> ... <11> so, you want the bot to send a notice to a given user or to all users when joining <13> all user:) <11> blue: you would be better off searching for a .tcl does that <11> or you could write you own <11> you want it sent as a private msg or what <13> now as a notice. <13> no* <11> so everyone in the channel will see the same notice everytime someone joins <13> no it's a Private Notice <11> the privmsg would work better
<13> example: user1 joins. the bot send to him a notice. user2 joins the bot sends to him the same notice but JUST USER2 can see it. <11> with a $nick <11> so purserv (PRIVMSG $nick : is what you are looking for <13> privmsg?? <11> yes <11> hold on <13> ?;/ <11> somthing like this <11> bind JOIN o * VoteNotify pub_notice <11> proc VoteNotify {nick user handle channel } { <11> global botnick <11> set who [lindex $rest 0] <11> putserv "PRIVMSG $nick :Message sent to user apone joining the channel" <11> } <11> oops <11> change bind JOIN o to bind JOIN - notify <11> hold on, let me edit that some more <11> okay <13> ok man... <11> this should work <11> bind JOIN - * Notify pub_notice <11> proc VoteNotify {nick user handle channel } { <11> global botnick <11> set who [lindex $rest 0] <11> putserv "PRIVMSG $nick :Message sent to user apone joining the channel" <11> } <11> cut, past in to a text based file, call it what ever you want <11> place it in ./eggdrop/scripts/ <13> don't I write it to eggdrop.conf ? <13> in* <11> then add: source scripts/Name_of_new.tcl <13> aha ok man <13> I understand <11> to the bottum of the .conf file <11> oops still not right <13> ?;/ <13> man <11> call it what ever you want <11> pubnotice.tcl <11> hows that <11> or joinnotice.tcl <11> blue: and this does not mean that I will always create or edit script.tcl for you <11> you need to learn to do this on your own <11> and make sure the text editor that you are using, is not set to word wrap <11> hmmm... <11> do you want the bot's join msg to post to a private windows or do you want it sent to the channel like /notice does in mirc <13> like /notice .. <13> lool? <13> .. <11> then change privmsg to NOTICE $nick <11> should send the msg to that user as /notice <13> [10:35] couldn't read file "scripts/autojoin.tcl": no such file or directory <13> while executing <13> "source scripts/autojoin.tcl" <11> make sure the source scripts/autojoin.tcl is in the correct dirrectory <11> and I told you to use a basic text editer <11> not ms word <11> try WordPad <13> [10:39] wrong # args: should be "bind type flags cmd/mask ?procname?" <13> while executing <13> odinnt <11> bind JOIN - * Notify join_notify <11> bind <11> type==>JOIN <11> flag==> * <11> oops <11> flag==> - <11> trigger==> * <11> binding name==> notify <11> process==> join_notify <13> give me the sentences man <11> bind JOIN - * Notify join_notify <11> proc join_notify {nick user handle channel } { <11> global botnick
Return to
#egghelp or Go to some related
logs:
WSADuplicateSocket #india watch wwe for free gg lol brb #allnitecafe Cooock Sex
#india #allnitecafe #allnitecafe #india
|
|