summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/f00f/net/irc/martyr/modes/README
blob: 8d2e25c1862e94a99ef9c0c2cdf0656bacd8d3d1 (plain)
1
2
3
4
5
6
7
8
This directory contains modes.  Unlike commands, errors, and replies,
these modes do NOT contain any information about the mode other than
what it is.  The Mode objects know if the mode takes a parameter, what
character represents the mode, and contain a method to create a new
instance of itself.

You can get and set parameters using the Mode related commands.