Improve BanEntry
authorclinton <clinton@unknownlamer.org>
Sun, 16 Nov 2008 00:09:59 +0000 (00:09 +0000)
committerclinton <clinton@unknownlamer.org>
Sun, 16 Nov 2008 00:09:59 +0000 (00:09 +0000)
commit952376e7bc7d5cae14c45264113fda3c7274cb51
tree4da5e0d640047aec0f337cd19db93bf04754a6c1
parente99c573b821b6f59b36d835cdcfd4f6d35f1b9a8
Improve BanEntry

* No longer has any friend classes
* BanEntry::getMask returns the actual Mask instead of the internal
  mask String
  - Updated all users of BanEntry to use slightly different interface
source/BanEntry.C
source/BanEntry.H
source/Channel.C
source/Commands.C
source/UserCommands.C