X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=main%2Fproxy_common.h;h=e06a9ac1edffdb485cd5d252494e60a602524435;hb=117a8a4d7ced61a3e374f20c74bea1834386a1d7;hp=f7b559450d1bcc144b0dae5b219a4a627cc4e2da;hpb=1c7d9f13b744cd517c0769f453fd8dc3106cd94c;p=quassel.git diff --git a/main/proxy_common.h b/main/proxy_common.h index f7b55945..e06a9ac1 100644 --- a/main/proxy_common.h +++ b/main/proxy_common.h @@ -25,8 +25,9 @@ enum GUISignal { GS_CLIENT_INIT, GS_USER_INPUT, GS_REQUEST_CONNECT, GS_UPDATE_GL }; -enum CoreSignal { CS_CORE_STATE, CS_SEND_MESSAGE, CS_SEND_STATUS_MSG, CS_UPDATE_GLOBAL_DATA, - CS_SET_TOPIC, CS_SET_NICKS, +enum CoreSignal { CS_CORE_STATE, CS_DISPLAY_MSG, CS_DISPLAY_STATUS_MSG, CS_UPDATE_GLOBAL_DATA, + CS_MODE_SET, CS_TOPIC_SET, CS_SET_NICKS, CS_NICK_ADDED, CS_NICK_REMOVED, CS_NICK_RENAMED, CS_NICK_UPDATED, + CS_OWN_NICK_SET, };