Uses of Class
f00f.net.irc.martyr.modes.channel.GenericChannelMask

Packages that use GenericChannelMask
f00f.net.irc.martyr.modes.channel   
 

Uses of GenericChannelMask in f00f.net.irc.martyr.modes.channel
 

Subclasses of GenericChannelMask in f00f.net.irc.martyr.modes.channel
 class BanMode
          Channel Ban and Exception - When a user requests to join a channel, his local server checks if the user's address matches any of the ban masks set for the channel.
 class ExceptionMode
          Channel Ban and Exception - When a user requests to join a channel, his local server checks if the user's address matches any of the ban masks set for the channel.
 class InviteMaskMode
          Channel Invitation - For channels which have the invite-only flag set (See Section 4.2.2 (Invite Only Flag)), users whose address matches an invitation mask set for the channel are allowed to join the channel without any invitation.
 class KeyMode
          Channel Key - When a channel key is set (by using the mode 'k'), servers MUST reject their local users request to join the channel unless this key is given.
 



Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.