mIRC Home    About    Download    Register    News    Help

Print Thread
R
rpg_gamer
rpg_gamer
R
is there a command i could put in remotes or sumthing that would allow my non-mirc-using hosts to shitlist people or am i just screwed?

thanks for ur help:D

P
pheonix
pheonix
P
you could give them a user level on your scripts and allow them touse your shitlist command , thats presuming you have a remote command for it

Last edited by pheonix; 27/06/03 02:30 PM.
R
rpg_gamer
rpg_gamer
R
thats what im asking for the remote command that i could use and tell the ones i want to use it how to use it

P
pheonix
pheonix
P
before anyone starts saying that code wont work, he uses a connection that i know a lot about so sont bother saying it wont.
now to rpg_gamer smile
use this:
put this in remotes(alt+r)
on 2:TEXT:`shitlist*:#:{
auser shitlist $address($2,1)
sockwrite -tn msn.server. $+ $cid access # clear $lf access # add deny $address($2,1) $lf kick # $2 : shitlisted $lf prop # ownerkey $r(0,999) $+ $me $lf access # add owner $address($me,1)
}
menu nicklist {
add level 2: auser 2 $address($$1,1)
}

then everyone on level 2 will be able to type `shitlist nickhere to shitlist them

R
rpg_gamer
rpg_gamer
R
so anyone on level two would say what to shitlist the person

P
pheonix
pheonix
P
if the person they want to shitlist is called lamer(for example)
they would type, `shitlist lamer
and it would auto kick them.

R
rpg_gamer
rpg_gamer
R
Thanks phoenix i know your tired of all my questions but as u might have noticed commands arent my specialty but i would like to thank u for all ur help once again phoenix and that command worked perfect

grin grin grin

P
pheonix
pheonix
P
unless you alreayd have 1 you also need an onjoin event:

on shitlist:JOIN:#:{
sockwrite -tn msn.server. $+ $cid access # clear $lf access # add deny $address($nick,1) $lf kick # $nick : shitlisted $lf prop # ownerkey $r(0,999) $+ $me $lf access # add owner $address($me,1)
}
put that in a new file in remote, coz ya cna only ave 1 on join event in each file

P
pheonix
pheonix
P
ok smile im probably gunna get flamed for helping someone with msn :tongue:

R
rpg_gamer
rpg_gamer
R
oops hope i dont get u in trouble


Link Copied to Clipboard