mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
add %u to userlist popups for account
This commit is contained in:
@@ -24,7 +24,7 @@ extern const struct commands xc_cmds[];
|
||||
extern GSList *menu_list;
|
||||
|
||||
int auto_insert (char *dest, int destlen, unsigned char *src, char *word[], char *word_eol[],
|
||||
char *a, char *c, char *d, char *e, char *h, char *n, char *s);
|
||||
char *a, char *c, char *d, char *e, char *h, char *n, char *s, char *u);
|
||||
int handle_command (session *sess, char *cmd, int check_spch);
|
||||
void process_data_init (char *buf, char *cmd, char *word[], char *word_eol[], gboolean handle_quotes, gboolean allow_escape_quotes);
|
||||
void handle_multiline (session *sess, char *cmd, int history, int nocommand);
|
||||
|
||||
Reference in New Issue
Block a user