mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 126
PhyxiuS Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Oct 2005
Posts: 126
Well, what i actually need is when i say in a channel:

!adduser PaPaHbeAr admin(or others)

Then it add's the users address to to the userlist.

& the same but with "!remove" to...

Last edited by PhyxiuS; 31/10/05 09:30 AM.

If you mess with the best, u will die like the rest !
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
HMM it double posted...

Last edited by Lpfix5; 31/10/05 12:59 PM.

Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
note you might want to put access levels for this script like on 30: or on Owner etc..

Code:

on *:TEXT:*:#: {
if ($1 == !adduser) && ($3 ison $chan) {
auser $2 $ial($3).host
}
if ($1 == !remuser) && ($3 ison $chan) {
ruser $ial($3).host
}
}



USAGE:> !adduser LEVEL NICK
EX:> !adduser 20 George
*Added to auser list

USAGE:> !remuser NICK
EX:> !remuser George

(Person must be on chan)


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Oct 2005
Posts: 126
PhyxiuS Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Oct 2005
Posts: 126
hehe, thankx wink


If you mess with the best, u will die like the rest !
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
np


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard