diff mcabber/src/commands.h @ 285:edc263a5d350

Add /alias command Add /alias command and update completion sytem. Aliases are expanded before cmd_get() is called.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 07 Jul 2005 23:25:20 +0100
parents 8e30b2bb380e
children 1eea0fa0955e
line wrap: on
line diff
--- a/mcabber/src/commands.h	Thu Jul 07 22:12:29 2005 +0100
+++ b/mcabber/src/commands.h	Thu Jul 07 23:25:20 2005 +0100
@@ -14,6 +14,7 @@
 void cmd_init(void);
 cmd *cmd_get(const char *command);
 int  process_line(char *line);
+char *expandalias(char *line);
 
 #endif /* __COMMANDS_H__ */