mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue