diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-02 03:02:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-02 03:02:25 +0300 |
commit | 17631dacf2cb8ebc3acc1dae9df0729a80a150d9 (patch) | |
tree | f05dce9d2cedcf3690f789e7697658608bd83436 /src/commandhandler.h | |
parent | 30a3e0b6d4b773e2d803730d9815c4d0eab3ff81 (diff) | |
download | plus-17631dacf2cb8ebc3acc1dae9df0729a80a150d9.tar.gz plus-17631dacf2cb8ebc3acc1dae9df0729a80a150d9.tar.bz2 plus-17631dacf2cb8ebc3acc1dae9df0729a80a150d9.tar.xz plus-17631dacf2cb8ebc3acc1dae9df0729a80a150d9.zip |
Add enemy relation.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index c18a9d4c9..809e9e517 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -177,6 +177,11 @@ class CommandHandler void handleBlackList(const std::string &args, ChatTab *tab); /** + * Handle an enemy command. + */ + void handleEnemy(const std::string &args, ChatTab *tab); + + /** * Handle an erase command. */ void handleErase(const std::string &args, ChatTab *tab); |