mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 3
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Apr 2003
Posts: 3
The ability to re-label open channel windows to something else like 'Himomanddad!'

That would be wonderful.

Oh yeah, and I think that mIRC should have the ability to block msgs from people being displayed, but allow for the option of sending that person a message telling them to either contact you via DCC or msg you on the channel they see you in.

That is all.

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Not sure about the former, but see if this is how you wanted the latter...

on *:OPEN:?: {
/msg $nick Do not pm me please. If you would like to message me, use DCC or locate me in a channel I am sitting in.
/window -c $nick
/echo -st-2 (Query) $+(<,$nick,>) $1-
; remove the ; from the beginning of this line if you want to ignore them for 5 minutes.
; to change the duration, change the 300 to number of seconds to ignore
;.ignore -pu30 $address
}


-KingTomato
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
you should have told him to uses ON ^*:OPEN:?: { and dump the window close and add a haltdef, gets ride of them little flashing windows in the switchbar.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Yep, what DaveC said, plus there isn't a need for /ignore smile
Code:
on ^*:OPEN:?:{
  if !$($+(%,pm.,$cid,.,$site),2) { .msg $nick Please either use DCC chat or talk with me on a channel. }
  inc -u60 $+(%,pm.,$cid,.,$site)
  halt
}

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
hahaha i wouldnt even ignore them by /ignore or by blocking flag value, i would just leave it PMing them! over and over.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Until you find some clown who decides it would be cool to make you try and flood yourself off.

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
yeah, i forgot about that, I have an alias in use on /msg, that bufferes up all of them sending them out at a more controlled rate. So while it dont happen to me, it would by normal occurance.

Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
The command /queryrn used to be able to rename #channels, though I don't think it worked perfectly, and so Khaled removed that ability/side-effect.


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

Link Copied to Clipboard