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

by crazy-nic
Tue Dec 02, 2003 9:40 pm
Forum: Archive
Topic: time delay
Replies: 1
Views: 882

time delay

Hi hope your could help me i want to know how to make my commands delay for a timing?
and if i have one long list of commands and i wish to delay some time before it excute the next

Hope your could help me.
by crazy-nic
Thu Aug 21, 2003 12:32 pm
Forum: Archive
Topic: Help in scripting tcl
Replies: 7
Views: 2420

hmm.. tried that it cant work
by crazy-nic
Thu Aug 21, 2003 10:39 am
Forum: Archive
Topic: Help in scripting tcl
Replies: 7
Views: 2420

i tried but it wont work i make something like this: bind msg m "!cmd" mypvtcommand proc mypvtcommand {nick host hand arg} { if {$arg == ""} { return } set theaction [string tolower [lindex $arg 0]] set thechan [string tolower [lindex $arg 1]] set thenick [string tolower [lindex ...
by crazy-nic
Thu Aug 21, 2003 5:32 am
Forum: Archive
Topic: Help in scripting tcl
Replies: 7
Views: 2420

hmm.. okie.. i got it working.. but then how to make a stick ban? i'm not quite sure.... sorry... to trouble... you all...
by crazy-nic
Tue Aug 19, 2003 6:13 am
Forum: Archive
Topic: Help in scripting tcl
Replies: 7
Views: 2420

Help in scripting tcl

i've got a problem in scripting this. If u wan to ban someone in channel rite? but u dun wan it to be public so u msg bot and type a command so it will excute a command. the commands i having trouble is kick, kickban and ban and unban i hope your would give me a help.
by crazy-nic
Tue Aug 12, 2003 8:00 am
Forum: Archive
Topic: some help needed
Replies: 22
Views: 4150

Why i cannot make it into on message then the command works? i cant seem to make it work bind msg m .join pub_join proc pub_join {n u h c a} { set chan [lindex $a 0] if {![string match #* $chan]} { puthelp "privmsg $n :$n: Channel must have a # in front." return 0 } channel add $chan puthe...
by crazy-nic
Sun Aug 10, 2003 2:11 am
Forum: Archive
Topic: some help needed
Replies: 22
Views: 4150

hi there i'll like to ask if i would like to only excute the command when an unknown user which is a voice or op can use the commands what should i do bind pub - !hello hellop proc hellop {{nick uhost hand channel rest} { global botnick puthelp "PRIVMSG $nick :hello there your channel +v/+o&quo...
by crazy-nic
Thu Aug 07, 2003 10:13 am
Forum: Archive
Topic: some help needed
Replies: 22
Views: 4150

thanks it works.... thanks alot.....
by crazy-nic
Thu Aug 07, 2003 8:20 am
Forum: Archive
Topic: Tcl Help Question
Replies: 5
Views: 1746

where can i get the file? tcl-commands.doc
by crazy-nic
Thu Aug 07, 2003 8:18 am
Forum: Archive
Topic: some help needed
Replies: 22
Views: 4150

bind pub m !help help
proc help {nick host handle chan text} {
putserv "Privmsg $nick :Hello"
Putserv "Privmsg $nick :how may i help you?"
}

is it like tat?
by crazy-nic
Thu Aug 07, 2003 7:17 am
Forum: Archive
Topic: some help needed
Replies: 22
Views: 4150

some help needed

hmm..... can someone help me like i wan my bot to say someting like on !help
it will say in msg
<botnick>hello
<botnick>how may i help you

something like tat

note: i dun wan everything in the same line.i want it separate lines
how is it so i hope you guys could help me out.
by crazy-nic
Mon Aug 04, 2003 4:37 am
Forum: Archive
Topic: tcl help
Replies: 1
Views: 1478

I guess no one can help me... for this script but do anyone have any script to intro to me for spam protection???
by crazy-nic
Sun Aug 03, 2003 5:59 am
Forum: Archive
Topic: tcl help
Replies: 1
Views: 1478

tcl help

i've got a problem on this anti-spam tcl script when i add a bind pubm - "*#*" banspam the bot will automatic ban anyone in the channel who ever type any text. same goes to bind pubm - "*www.*" banspam Can some help me? ### Anti-Spam v1.4 ### by Progeny <progeny@azzurra.org> ### ...
by crazy-nic
Sat Jul 26, 2003 1:45 pm
Forum: Archive
Topic: Help in TCL
Replies: 0
Views: 578

Help in TCL

can someone help me to come out wif a good and simple tcl on spam protection tcl that have safestrings on what ever channels and/or urls.

egghelp arhives spam prot i cant seem to work..... so tats is you i post it in here
by crazy-nic
Sun Jul 06, 2003 10:54 am
Forum: Archive
Topic: How to Script TCL???
Replies: 8
Views: 2302

Thanks alot.. i wasnt quite sure about it. i'm new to this.