Difference between revisions of "Nt"
(Created page with '==What does +nt mean?== Every time I create a channel, I see this: +++ irc.mibbit.net set the channel to mode +n +++ irc.mibbit.net set the channel to mode +t * irc.mibbit.n…') |
m (Category name not pluralized.) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
==Mode +n== | ==Mode +n== | ||
− | Channel mode +n means, that no users that are not in the channel | + | Channel mode +n means, that no users that are not in the channel are allowed to send messages in to the channel. |
* This is a spam and harassment protection. | * This is a spam and harassment protection. | ||
* If this mode is turned off, any user, even if not in the channel, can type '''/msg #TheChannel This is an outside message'''. | * If this mode is turned off, any user, even if not in the channel, can type '''/msg #TheChannel This is an outside message'''. | ||
* If this mode is turned off, any user, even if not in the channel, can type '''/notice #TheChannel This is an outside notice'''. | * If this mode is turned off, any user, even if not in the channel, can type '''/notice #TheChannel This is an outside notice'''. | ||
− | + | ** You can issue the command '''/mode #TheChannel''' and see if '''n''' is in the list. It is Case Sensitive. | |
− | + | ** If you are an OP of that channel, you can issue the command '''/mode #TheChannel +n''' and set '''+n'''. It is Case Sensitive. | |
* If you '''really''' want to turn off this harassment protection, you would issue the command, as an OP, '''/mode #TheChannel -n'''. | * If you '''really''' want to turn off this harassment protection, you would issue the command, as an OP, '''/mode #TheChannel -n'''. | ||
Line 25: | Line 25: | ||
Channel mode +t means, that only the Channel OPS (Owner/Founder, Admin, OP and HOP) can set and/or change the channel topic. | Channel mode +t means, that only the Channel OPS (Owner/Founder, Admin, OP and HOP) can set and/or change the channel topic. | ||
* If this mode is turned off, any user can type '''/topic #TheChannel I changed your topic'''. | * If this mode is turned off, any user can type '''/topic #TheChannel I changed your topic'''. | ||
− | + | ** You can issue the command '''/mode #TheChannel''' and see if '''t''' is in the list. It is Case Sensitive. | |
− | + | ** If you are an OP of that channel, you can issue the command '''/mode #TheChannel +t''' and set '''+t'''. It is Case Sensitive. | |
− | * If you want to turn off this, you would issue the command, as an OP, '''/mode #TheChannel - | + | * If you want to turn off this, you would issue the command, as an OP, '''/mode #TheChannel -t'''. |
==References== | ==References== | ||
Line 34: | Line 34: | ||
UnrealIRCD User and Oper commands [http://www.unrealircd.com/files/docs/unreal32docs.html#useropercommands] | UnrealIRCD User and Oper commands [http://www.unrealircd.com/files/docs/unreal32docs.html#useropercommands] | ||
+ | [[Category:Commands]][[Category:How To]][[Category:Mode]] |
Latest revision as of 05:02, 18 December 2009
What does +nt mean?
Every time I create a channel, I see this:
+++ irc.mibbit.net set the channel to mode +n +++ irc.mibbit.net set the channel to mode +t * irc.mibbit.net sets mode: +nt
And other variations on the theme.
This is the default mode applied to every channel on creation on the irc.mibbit.net network.
Other networks may have slightly different defaults.
Mode +n
Channel mode +n means, that no users that are not in the channel are allowed to send messages in to the channel.
- This is a spam and harassment protection.
- If this mode is turned off, any user, even if not in the channel, can type /msg #TheChannel This is an outside message.
- If this mode is turned off, any user, even if not in the channel, can type /notice #TheChannel This is an outside notice.
- You can issue the command /mode #TheChannel and see if n is in the list. It is Case Sensitive.
- If you are an OP of that channel, you can issue the command /mode #TheChannel +n and set +n. It is Case Sensitive.
- If you really want to turn off this harassment protection, you would issue the command, as an OP, /mode #TheChannel -n.
Mode +t
Channel mode +t means, that only the Channel OPS (Owner/Founder, Admin, OP and HOP) can set and/or change the channel topic.
- If this mode is turned off, any user can type /topic #TheChannel I changed your topic.
- You can issue the command /mode #TheChannel and see if t is in the list. It is Case Sensitive.
- If you are an OP of that channel, you can issue the command /mode #TheChannel +t and set +t. It is Case Sensitive.
- If you want to turn off this, you would issue the command, as an OP, /mode #TheChannel -t.
References
UnrealIRCD User and Channel modes [1]
UnrealIRCD User and Oper commands [2]