summaryrefslogtreecommitdiff
path: root/src/chat-server/chatchannel.hpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-16 16:01:28 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-16 16:01:28 +0000
commit401033859448e3706312192c9b6a85cf93b84a44 (patch)
tree067dd87ac4c97e9e9fc63b9fd0efc60644322791 /src/chat-server/chatchannel.hpp
parent206191086403006db4472d849e9bcf3eaf7f15d0 (diff)
downloadmanaserv-401033859448e3706312192c9b6a85cf93b84a44.tar.gz
manaserv-401033859448e3706312192c9b6a85cf93b84a44.tar.bz2
manaserv-401033859448e3706312192c9b6a85cf93b84a44.tar.xz
manaserv-401033859448e3706312192c9b6a85cf93b84a44.zip
Added handling creating and leaving
parties. Fixed up some of the private channel stuff that remained.
Diffstat (limited to 'src/chat-server/chatchannel.hpp')
-rw-r--r--src/chat-server/chatchannel.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/chat-server/chatchannel.hpp b/src/chat-server/chatchannel.hpp
index 423bf46f..5fce1abb 100644
--- a/src/chat-server/chatchannel.hpp
+++ b/src/chat-server/chatchannel.hpp
@@ -84,12 +84,6 @@ class ChatChannel
{ return mPassword; }
/**
- * Returns whether this channel is private.
- */
- bool isPrivate() const
- { return !mPassword.empty(); }
-
- /**
* Sets the name of the channel.
*/
void setName(const std::string &channelName)