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

by toXiP
Sun Feb 24, 2008 7:00 pm
Forum: Script Requests
Topic: Make an "admin system"
Replies: 4
Views: 6701

Now I just need ?cmd and ?tb, could anyone help me out? :)

Also, I need the script to only work for op-ed users (except for ?cmd)
by toXiP
Sat Feb 23, 2008 3:44 pm
Forum: Script Requests
Topic: I need help with a script
Replies: 3
Views: 4182

Found it! Thanks mate!

Edit: How can I specify the chan this shall work on?
by toXiP
Sat Feb 23, 2008 7:46 am
Forum: Script Requests
Topic: I need help with a script
Replies: 3
Views: 4182

I need help with a script

Hi there!

I was wondering if someone could help me with a script here. I wan't to voice users with a special tag, f. ex: TAGGY|<nick>, both on join and on newnick. When changing back from TAGGY|, I wan't to devoice.

Thx.
by toXiP
Thu Feb 21, 2008 7:58 am
Forum: Script Requests
Topic: Make an "admin system"
Replies: 4
Views: 6701

tkpubcmds.tcl got !t, !kb, !k, !o, !do, !v and !dv. So probably, I can make !b and !ub. But I need help with !cmd, !tb, !i and !m.

Also, the script should only be used by people with op (and admin of the bot) on the chan (except !cmd and !t).
by toXiP
Wed Feb 20, 2008 5:20 pm
Forum: Script Requests
Topic: Make an "admin system"
Replies: 4
Views: 6701

Make an "admin system"

Hi, I want to be able to use theese commands, so I need a script, so they'll work: ?cmd - cmd: if op: ?t ?o ?do ?v and so on.. - if voiced/reg: ?t ?t - topic: <user1> ?t <bot> Topic is: <topic> - <admin> ?t newtopic <bot> changes topic to: newtopic ?o - op: <user1> ?o user1 <bot> sets mode +o: user1...
by toXiP
Wed Jan 02, 2008 7:44 am
Forum: Script Requests
Topic: Basic on text/join scripts and abit more advanced request
Replies: 8
Views: 3763

I thought you could help me with so simple mirc-to-tcl. If you explain what the mIRC "code" does, we might be a little more helpful :wink: Oh okay. first: if the user that joins #channel1 has op on #channel2, I wan't to give the user op at #channel1. Second: if someone says text1 on #chan...
by toXiP
Tue Jan 01, 2008 10:09 pm
Forum: Script Requests
Topic: Basic on text/join scripts and abit more advanced request
Replies: 8
Views: 3763

I thought you could help me with so simple mirc-to-tcl. And Alchera, how could a this rss-script help me here? Does it have a "!last"-cmd?
by toXiP
Tue Jan 01, 2008 11:59 am
Forum: Script Requests
Topic: Basic on text/join scripts and abit more advanced request
Replies: 8
Views: 3763

Basic on text/join scripts and abit more advanced request

I am all new to TCL, but I got some experience with mIRC scripts. I was wondering if someone could tell me how theese mIRC scripts would look like in TCL? on *:JOIN:#Channel1: { if ($nick isop #Channel2) { mode # +o $nick } } on *:TEXT:*:#Channel1: { if (text1 isin $1-) { msg # $2- $+ : Text2! } } A...