Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
help:irc:modes [2014/04/30 08:10]
beta [Introduction] tweaks
help:irc:modes [2019/05/06 14:45] (current)
rubin [L - Join redirect denial]
Line 80: Line 80:
   /mode #chan -l    /mode #chan -l 
  
-==== L - hide modes ==== +==== L - Join redirect ==== 
-Setting +L stops the channels modes from showing in the /list.+By setting "+L #differentchannelname" any joins to your channel will instead be redirected to #differentchannelname. This is handy if you are changing the name of a channel or shutting a channel down. Users can set UMODE +L to prevent the redirect.
  
 ==== m - Moderated ==== ==== m - Moderated ====
Line 160: Line 160:
 To set yourself invisible To set yourself invisible
   /mode yournick +i   /mode yournick +i
 +
 +==== L - Join redirect denial ====
 +It is possible to set up a channel such that joins to that channel actually redirect to a different channel.
 +
 +Having usermode +L set will prevent that, so that you join only the original channel name you asked for.
  
 ==== R - Ignore PMs from unregistered users ==== ==== R - Ignore PMs from unregistered users ====