about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-23 19:56:33 +0000
committerJames Booth <boothj5@gmail.com>2014-01-23 19:56:33 +0000
commit8ba2d2694756da38b680befff88fdaea1b5ef8bf (patch)
tree65eb7485ee917accc8f8508b28e1cc29cf1a095b /src/command/commands.c
parentb6c52007ee2ddc4001a2ab8a6586ca293d54ed18 (diff)
downloadprofani-tty-8ba2d2694756da38b680befff88fdaea1b5ef8bf.tar.gz
Added skeleton /alias command
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 7943bfad..712d39d8 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1819,6 +1819,13 @@ cmd_nick(gchar **args, struct cmd_help_t help)
 }
 
 gboolean
+cmd_alias(gchar **args, struct cmd_help_t help)
+{
+    cons_show("Alias command TODO");
+    return TRUE;
+}
+
+gboolean
 cmd_tiny(gchar **args, struct cmd_help_t help)
 {
     char *url = args[0];