mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 20:16:20 +00:00
Added basic room /info command
This commit is contained in:
1
src/ui.h
1
src/ui.h
@@ -133,6 +133,7 @@ void win_show_room_nick_change(const char * const room, const char * const nick)
|
||||
void win_show_room_member_presence(const char * const room,
|
||||
const char * const nick, const char * const show, const char * const status);
|
||||
void win_room_show_status(const char * const contact);
|
||||
void win_room_show_info(const char * const contact);
|
||||
void win_show_status(void);
|
||||
void win_private_show_status(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user