summaryrefslogtreecommitdiff
path: root/src/core/weechat.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-09-15 14:42:24 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-09-15 14:42:24 +0200
commit602c9681d04c4d749e3113b526a163c3b6ceb227 (patch)
treebf31d57f2dd926aa3c6f072fb0c4cba318436243 /src/core/weechat.h
parent6d950cde8f91fd6f39c8c018b9dacfc31db485a0 (diff)
downloadweechat-602c9681d04c4d749e3113b526a163c3b6ceb227.zip
Add options for CTCP, to block/customize CTCP reply (task #9693), add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r--src/core/weechat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 91b91fa93..6d626c685 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -50,8 +50,9 @@
#endif
-#define WEECHAT_COPYRIGHT_DATE "(c) 2003-2009"
-#define WEECHAT_WEBSITE "http://www.weechat.org/"
+#define WEECHAT_COPYRIGHT_DATE "(c) 2003-2009"
+#define WEECHAT_WEBSITE "http://www.weechat.org/"
+#define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download"
/* log file */