]> code.citadel.org Git - citadel.git/blob - citadel/serv_chat.h
* Tried my hand at adding the ability for server extensions to
[citadel.git] / citadel / serv_chat.h
1 void ChatUnloadingTest(void);
2 void allwrite (char *cmdbuf, int flag, char *roomname, char *username);
3 t_context *find_context (char **unstr);
4 void do_chat_listing (int allflag);
5 void cmd_chat (char *argbuf);
6 void cmd_pexp (void);
7 char check_express (void);
8 void cmd_sexp (char *argbuf);