mIRC Homepage
Posted By: soulchild Moderated Chat - 10/03/05 06:01 AM
hello!
I'd like to set up a chat with a special guest, where all the messages from users are moderated.
So when a participant submits a message, it will only be displayed if the moderator approved it.
is it possible to do this within mIRC? Or does it exist a script for that?
Thanks.
Posted By: Armada Re: Moderated Chat - 10/03/05 07:14 AM
Most networks have a channel mode "m" which is moderated. If you set this then only voices and higher can speak. You could set this and have a queue system. Have the users private message their question if allowed you could voice them for a small period of time so they could ask it and what not then devoice them
Posted By: soulchild Re: Moderated Chat - 10/03/05 03:22 PM
Thanks, that's a great idea!
I'll probably use that method. But if I want, is it possible to block users to send private messages to a specific person?
Thanks.
Posted By: SladeKraven Re: Moderated Chat - 10/03/05 03:46 PM
You can't block anyones private messages apart from your own, having moderator gives you 'power' over the channel and has nothing to do with private messages.

I've thought of an impeccable work around though all you got to do, is tell them to disable their private messages. On most IRCDs this command would be: /umode +m good luck.
Posted By: soulchild Re: Moderated Chat - 10/03/05 07:02 PM
I've tried to disable my private messages, but UMODE doesn't work (Unknown command).
Maybe I'm missing something.. What's IRCD? confused
Posted By: mIRCManiac Re: Moderated Chat - 10/03/05 07:11 PM
try /mode $me +m

~ Edit ~
Some IRCDs have user mode X, which only allows
registered and identified clients to message you.

try /mode $me +X
Posted By: Mentality Re: Moderated Chat - 10/03/05 07:15 PM
Few things to note:

a) If you want $me to work, you will need to use //mode (with both //)
b) +m may not even exist on the network you use, or if it does, the function may not be associated with that letter but a different one. Personally I've never heard of it.
c) "IRCd" is the server software, it stands for Internet Relay Chat daemon.
d) All networks have channel mode +m.

It is hard to say what a mode is on a network as different ircd developers associate different letters with different functions. The +X behaviour described above is in fact +R on DALnet, yet +r on Undernet is a channel mode for blocking unregistered users (they are case sensitive).

You should be able to obtain further information about network-specific modes in the network's #Help channel, or equivalent.

Regards,
Posted By: SladeKraven Re: Moderated Chat - 10/03/05 07:17 PM
Might want to evaluate that $me
//mode $me +m
Posted By: soulchild Re: Moderated Chat - 10/03/05 07:22 PM
confused
I might be dumb or something, but I tried this, and it gives this: "$me No such channel".
What am I doing wrong?
Thanks a lot for helping me.
Posted By: Mentality Re: Moderated Chat - 10/03/05 07:28 PM
As said:

Quote:
a) If you want $me to work, you will need to use //mode (with both //)


smile

Regards,
Posted By: soulchild Re: Moderated Chat - 10/03/05 07:28 PM
thank you Mentality!

you're right, I tried "//mode $me +m" and it's an "Unknown MODE flag".
Posted By: mIRCManiac Re: Moderated Chat - 10/03/05 07:37 PM
Good catch, I suck smile
Posted By: LostServ Re: Moderated Chat - 13/03/05 02:48 PM
Quote:
Few things to note:

a) If you want $me to work, you will need to use //mode (with both //)
b) +m may not even exist on the network you use, or if it does, the function may not be associated with that letter but a different one. Personally I've never heard of it.
c) "IRCd" is the server software, it stands for Internet Relay Chat daemon.
d) All networks have channel mode +m.

It is hard to say what a mode is on a network as different ircd developers associate different letters with different functions. The +X behaviour described above is in fact +R on DALnet, yet +r on Undernet is a channel mode for blocking unregistered users (they are case sensitive).

You should be able to obtain further information about network-specific modes in the network's #Help channel, or equivalent.

Regards,


You are sadly mistaken on d. I've seen some networks only have +nt (no external message/op's only change topic.)
Posted By: Mentality Re: Moderated Chat - 13/03/05 03:02 PM
That is very rare, and only happens when an admin decides to deliberately not comply with RFC1459, in which case I don't even consider it a proper IRC server.

Regards,
© mIRC Discussion Forums