diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-11 18:36:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-11 18:36:06 +0200 |
commit | d975629686360821c020bb7304b7af1528a877f9 (patch) | |
tree | b021375ae20ae8dcffc9b18b86e3dc24ff538dc8 /src/plugins/alias/alias.h | |
parent | 8211dd6043557f445bf664507fe6daf22a5aa694 (diff) | |
download | weechat-d975629686360821c020bb7304b7af1528a877f9.zip |
Improved /set command, added /unset command, new name for config files (*.conf)
Diffstat (limited to 'src/plugins/alias/alias.h')
-rw-r--r-- | src/plugins/alias/alias.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/alias/alias.h b/src/plugins/alias/alias.h index 2cb840cb5..9aed403ad 100644 --- a/src/plugins/alias/alias.h +++ b/src/plugins/alias/alias.h @@ -20,8 +20,6 @@ #ifndef __WEECHAT_ALIAS_H #define __WEECHAT_ALIAS_H 1 -#define ALIAS_CONFIG_FILENAME "alias.rc" - struct t_alias { struct t_hook *hook; /* command hook */ |