diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-08 12:29:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-08 12:29:10 +0300 |
commit | d1c4cb3675600137d0239ac7bdfc91062592804a (patch) | |
tree | e09c62c2e8a796bb745e0e3c2ed86810327ea3c5 /src/actions/chat.h | |
parent | 905bfd0ad38d7101f99f38b00044d9f192cc664d (diff) | |
download | plus-d1c4cb3675600137d0239ac7bdfc91062592804a.tar.gz plus-d1c4cb3675600137d0239ac7bdfc91062592804a.tar.bz2 plus-d1c4cb3675600137d0239ac7bdfc91062592804a.tar.xz plus-d1c4cb3675600137d0239ac7bdfc91062592804a.zip |
Move guild-kick from popup manager into actions.
Diffstat (limited to 'src/actions/chat.h')
-rw-r--r-- | src/actions/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/chat.h b/src/actions/chat.h index 1aa1778ef..9be293bb8 100644 --- a/src/actions/chat.h +++ b/src/actions/chat.h @@ -47,6 +47,7 @@ namespace Actions decHandler(me); decHandler(toggle); decHandler(kickParty); + decHandler(kickGuild); decHandler(addText); decHandler(clearChat); decHandler(chatGeneralTab); |