aboutsummaryrefslogtreecommitdiff
path: root/src/fujichat.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-13 04:04:08 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-13 04:04:08 -0400
commit6c7c9ce1611a7d5f437f47f4f5da99772d7600a3 (patch)
treea32d34439e8a4158af460fc7e1255195be243fbf /src/fujichat.h
parent293037f30ee89933551421df1a5193c4322179ab (diff)
downloadfujichat-6c7c9ce1611a7d5f437f47f4f5da99772d7600a3.tar.gz
fix /msg and /quit commands (quote argument with colon)
Diffstat (limited to 'src/fujichat.h')
-rw-r--r--src/fujichat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fujichat.h b/src/fujichat.h
index 6b899ea..b85a980 100644
--- a/src/fujichat.h
+++ b/src/fujichat.h
@@ -84,6 +84,7 @@ extern char *input_buf;
void send_serv_msg_buf(void);
void send_server_cmd(char *cmd, char *arg);
+void send_server_cmd_2arg(char *cmd, char *arg);
void handle_command(void);
void bell();