mIRC Home    About    Download    Register    News    Help

Print Thread
#250471 16/01/15 07:41 PM
Joined: Jan 2015
Posts: 2
M
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Jan 2015
Posts: 2
hi smile

i want to see the user modes like + for voice, @ for op, etc. next to each nick.

i can highlight them using addressbook, but I want the actual sign next to the name.

some modes are shown in the nicklist like & and @ but for example + is not shown there. but i want them next to the nick in the channel window too.

is that possible?

Joined: Mar 2010
Posts: 146
Vogon poet
Offline
Vogon poet
Joined: Mar 2010
Posts: 146
ALT+O -> IRC, and tick the "Show mode prefix" checkbox then press OK.


Nothing...
Masoud #250473 16/01/15 10:38 PM
Joined: Jan 2015
Posts: 2
M
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Jan 2015
Posts: 2
thank you.
but i already have this feature on. it does show @ and & but not +

and in the chat window i see no modes next to the user. i do use a remote script which might be the problem? (still why is there no + in the nicklist)


on ^*:TEXT:*:#:{ echo -t $chan $+($chr(2),<,$nick,>,$chr(2)) $strip($1-) | haltdef }

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
That script is certainly a problem, but if there's no + in the nicklist then they don't have +.

Joined: Mar 2010
Posts: 146
Vogon poet
Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Use $nick($chan,$nick).pnick instead of $nick.


Nothing...
Masoud #250505 18/01/15 02:18 PM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
Originally Posted By: Masoud
Use $nick($chan,$nick).pnick instead of $nick.


Use $iif($nick($chan,$nick).pnick,$v1,$nick) instead of $nick. In case the channel allows external messages (-n).

Also echo -tilbfm (and maybe -r)


Well. At least I won lunch.
Good philosophy, see good in bad, I like!

Link Copied to Clipboard