mIRC Home    About    Download    Register    News    Help

Print Thread
#124613 09/07/05 04:35 AM
Joined: Oct 2004
Posts: 12
B
bubazoo Offline OP
Pikka bird
OP Offline
Pikka bird
B
Joined: Oct 2004
Posts: 12
ok, I am confused on something.

when I enter a channel, and I right click on someones name,
and it shows the right-click menu, where do I modify those right-click menu choices at?

I looked in Aliases, popups, remote, users, and variables
I can't find them. frown aren't they in the scripts editor?

also, in my aliases area,

I wanted to add a /op and /dop commands so that

/op channelname
would execute
/cs op #channelname

so I tried putting
/op /cs op #$$1 $1

into my aliases, but that isn't working
if I leave out the # before the $$1 then I have to type
/op #channelname for that to work.
how can I do it so that /op channelname executes
/cs op #channelname instead?
because #$1 or #$$1 isn't working frown

thanks


I am legally blind. I don't mind talking about it, but please, no negativity. thank you.
#124614 09/07/05 05:30 AM
Joined: Feb 2005
Posts: 74
S
Babel fish
Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
PRESS - ALT+P ... then in up menu find "View" and click on Nick List .. And write in this:

Code:
Control
.Ignore:/ignore $$1 1
.Unignore:/ignore -r $$1 1
.OP:/mode # +ooo $$1 $2 $3
.DEOP:/mode # -ooo $$1 $2 $3
.HOP:/mode # +hhh $$1 $2 $3
.DEHOP:/mode # -hhh $$1 $2 $3
.VOICE:/mode # +vvv $$1 $2 $3
.DEVOICE:/mode # -vvv $$1 $2 $3
.Kick:/kick # $$* 6Go away..
.Kick (why?):/kick # $$1 3,8 $$?="Reason:"  
.Ban:/ban $$1 2 9,1 4Don't come back..
.Ban, Kick:/ban $$1 2 | /timer 1 3 /kick # $$1 14,15 .. Bye ..
.Ban, Kick (why?):/ban $$1 2 | /timer 1 3 /kick # $$1 3,8 $$?="Reason:"... 


Thats all..


[color:red]m[color:blue]IRC[color:green] for EvEr

#124615 09/07/05 02:39 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
for the alias, just use # instead of #$$1

/op /cs op # $1

(I'm assuming $1 would be your password) type /op password


Link Copied to Clipboard