mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
separated author email
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2763 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ac61d08976
commit
7574aa5b62
@ -1,8 +1,9 @@
|
||||
#ifndef __COMMON_H
|
||||
#define __COMMON_H
|
||||
|
||||
#define IRSSI_AUTHOR "Timo Sirainen <cras@irssi.org>"
|
||||
#define IRSSI_WEBSITE "http://irssi.org/"
|
||||
#define IRSSI_AUTHOR_EMAIL "cras@irssi.org"
|
||||
#define IRSSI_AUTHOR "Timo Sirainen <"IRSSI_AUTHOR_EMAIL">"
|
||||
|
||||
#define IRSSI_DIR_SHORT "~/.irssi"
|
||||
#define IRSSI_DIR_FULL "%s/.irssi" /* %s == g_get_home_dir() */
|
||||
|
Loading…
Reference in New Issue
Block a user