diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-29 17:34:37 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-29 17:34:37 -0700 |
commit | 5a217925e3088bfbb187d274ced159754e2397c2 (patch) | |
tree | 6b873f69d25637695b039259367d4572ac1c8b66 /src/party.cpp | |
parent | d3ac12d94f6ddb25866e10856ec47919a4b6d7a6 (diff) | |
download | mana-5a217925e3088bfbb187d274ced159754e2397c2.tar.gz mana-5a217925e3088bfbb187d274ced159754e2397c2.tar.bz2 mana-5a217925e3088bfbb187d274ced159754e2397c2.tar.xz mana-5a217925e3088bfbb187d274ced159754e2397c2.zip |
Trimmed out a few help functions from some subclasses, and moved them
back to the chat class, where they really belong. Since the party class
parses its own suboptions, I left the suboptions within that class.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/party.cpp')
-rw-r--r-- | src/party.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/party.cpp b/src/party.cpp index ecb0ab2d..67262176 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -166,11 +166,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 == "") |