summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-29 12:43:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-29 12:43:42 +0300
commit6eb5d96b568de3632ba755ff7e794a59083d1f62 (patch)
tree3c60ee0a369825fa16d347d46ff1c36ad486446e /src/net/chathandler.h
parent23b0787ad33fc01e3a65bd53f2d8bc9f52a91224 (diff)
downloadManaVerse-6eb5d96b568de3632ba755ff7e794a59083d1f62.tar.gz
ManaVerse-6eb5d96b568de3632ba755ff7e794a59083d1f62.tar.bz2
ManaVerse-6eb5d96b568de3632ba755ff7e794a59083d1f62.tar.xz
ManaVerse-6eb5d96b568de3632ba755ff7e794a59083d1f62.zip
eathena: add packet CMSG_SET_CHAT_ROOM_OWNER 0x00e0.
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index 404ee6ab5..2452aecb1 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -90,6 +90,8 @@ class ChatHandler notfinal
const bool isPublic,
const std::string &password,
const std::string &title) const = 0;
+
+ virtual void setChatRoomOwner(const std::string &nick) const = 0;
};
} // namespace Net