diff options
author | Jackmcbarn <jackmcbarn@jackmcbarn.no-ip.org> | 2010-12-23 14:50:11 -0500 |
---|---|---|
committer | Jackmcbarn <jackmcbarn@jackmcbarn.no-ip.org> | 2010-12-23 14:50:11 -0500 |
commit | 0afcb5ce884359d7b9dded7b7ff47b262a7a5335 (patch) | |
tree | 51e7f45970188b52cacccef401dbe910e6d20172 /include | |
parent | 465ddddb343938cc0e683f77cd1697f9db0d5ae3 (diff) |
Fix bug #113
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index d2f5d2610..8748e57f9 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -216,7 +216,7 @@ class CoreExport ServerConfig /** Used to indicate who we announce invites to on a channel */ enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS, INVITE_ANNOUNCE_DYNAMIC }; - enum OperSpyWhoisState { SPYWHOIS_NONE, SPYWHOIS_NEWLINE, SPYWHOIS_SPLITMSG }; + enum OperSpyWhoisState { SPYWHOIS_NONE, SPYWHOIS_SINGLEMSG, SPYWHOIS_SPLITMSG }; /** This holds all the information in the config file, * it's indexed by tag name to a vector of key/values. |