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

by S
Tue Nov 30, 2004 4:50 pm
Forum: Archive
Topic: Request for a Nickreg Script
Replies: 9
Views: 3421

I want learn TCL! The problem is, I don't have time at the moment to learn that script-language!
by S
Tue Nov 30, 2004 4:40 pm
Forum: Archive
Topic: Request for a Nickreg Script
Replies: 9
Views: 3421

:cry: Sorry for asking you
by S
Tue Nov 30, 2004 4:15 pm
Forum: Archive
Topic: Request for a Nickreg Script
Replies: 9
Views: 3421

I don't have time to learn TCL! that is the problem!

Do you can help me?
by S
Tue Nov 30, 2004 1:37 pm
Forum: Archive
Topic: Request for a Nickreg Script
Replies: 9
Views: 3421

Request for a Nickreg Script

Hello! I want to make a Nickregistartions Script that work with NickServ... I don't know how to release it! Can anyone help me? on *:TEXT:!nreg*:#test:{ set %nreg_nick $2 set %nreg_pw $3 set %nreg_email $4 .ns info %nreg_nick } on *:NOTICE:*:?:{ if (($nick == NickServ) && (is isin $3)) { /ms...
by S
Mon Nov 08, 2004 11:42 pm
Forum: Archive
Topic: Help with script
Replies: 8
Views: 3257

I don't understand!?
by S
Mon Nov 08, 2004 2:25 pm
Forum: Archive
Topic: Help with script
Replies: 8
Views: 3257

How I can it do without timer?
by S
Mon Nov 08, 2004 9:16 am
Forum: Archive
Topic: Help with script
Replies: 8
Views: 3257

Help with script

Is that right? [mIRC-Code] on *:TEXT:!no_chan*:#services:{ set %no_chan_chan $2 set %no_chanrs $3 /as security nochan add %no_chan %no_chanrs unset %no_chan_chan unset %no_chanrs } [TCL-Code] bind pub - !no_chan no_chan proc no_chan {n u h c t} { if {[string tolower $c] == "#services"} { s...
by S
Sun Nov 07, 2004 6:40 pm
Forum: Archive
Topic: on text !nreg script help
Replies: 2
Views: 2847

closed
by S
Sun Nov 07, 2004 2:55 pm
Forum: Archive
Topic: on text !nreg script help
Replies: 2
Views: 2847

on text !nreg script help

I was wondering if some one could help me translate this into tcl. on *:TEXT:!nreg*:#services:{ set %nreg_nick $2 set %nreg_pw $3 set %nreg_email $4 /timer 1 1 /qline %nreg_nick nick registering /timer 1 2 /nick %nreg_nick /timer 1 3 /ns REGISTER %nreg_pw %nreg_email /timer 1 4 /ns set protect on /t...