mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 26
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Dec 2002
Posts: 26
Can't seem to find a way to do this.
What I want to do is 'devoice' myself.
I have 2 or 3 chatrooms open.
Some are for me, some for wife or children.
If I leave the keyboard, I want my room to still be active, with messages
scrolling along.
But I don't want my wife or kids to intentionally/unintentionally be able to
send anything in my chatroom. Nor do I want to send anything into their rooms.
This way when I come back, I can scroll up, see what I missed and continue.

But I can't 'devoice' myself as I'm not a channel op, nor is the channel
moderated.
Basically I wish to lock the keyboard out only for MY channel and easily
unlock it when I return.

Can this be done?
I'm sure it can be, I should have asked can it be done easily enough for a
dummy like me?

Please and Thank You.


Joined: Dec 2002
Posts: 21
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 21
You got replies to this in the Features Forum smile


DNWT.net Coalition of irc networks
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
#MyChannelBlocker off
ON *:INPUT:#MyChannel: {
halt
}
#MyChannelBlocker end

Then just use /enable #mychannelblocker to turn it on and /disable #mychannelblocker to turn it off. Change "#Mychannel" in the ON INPUT statement to the name of your channel.


Link Copied to Clipboard