aboutsummaryrefslogtreecommitdiff
path: root/src/game/Channel.h
diff options
context:
space:
mode:
authorp0wer <none@none>2010-02-23 21:09:55 -0600
committerp0wer <none@none>2010-02-23 21:09:55 -0600
commit98b72c52994b4b0f31a2b135850f87f59c523411 (patch)
tree39c5f8575c90fe77b9f381629bdc89ce56454024 /src/game/Channel.h
parent50e878acba2a92d8193cfcef3dceadf16c370a9d (diff)
Through DB you can now disable password changing by non-gm's simply by changing m_public to 0. Make channels public by default.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Channel.h')
-rw-r--r--src/game/Channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Channel.h b/src/game/Channel.h
index cf2ba8a1020..680cfed3296 100644
--- a/src/game/Channel.h
+++ b/src/game/Channel.h
@@ -153,6 +153,7 @@ class Channel
BannedList banned;
bool m_announce;
bool m_moderate;
+ bool m_public;
std::string m_name;
std::string m_password;
uint8 m_flags;