summaryrefslogtreecommitdiff
path: root/src/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/party.cpp')
-rw-r--r--src/party.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/party.cpp b/src/party.cpp
index bf9d3a06..fe575a37 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -19,8 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "beingmanager.h"
-#include "game.h"
+#include "being.h"
#include "localplayer.h"
#include "party.h"
@@ -168,11 +167,6 @@ void Party::receiveChat(Being *being, const std::string &msg)
mChat->chatLog(being->getName() + " : " + msg, BY_PARTY);
}
-void Party::help()
-{
- mChat->chatLog(_("/party <command> <params>: Party commands."), BY_SERVER);
-}
-
void Party::help(const std::string &msg)
{
if (msg == "")