summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--README4
-rw-r--r--docs/crash.txt2
-rw-r--r--docs/faq.html2
-rw-r--r--docs/formats.txt1
-rw-r--r--docs/manual.txt2
-rw-r--r--irssi.spec.in4
-rw-r--r--src/common.h2
8 files changed, 10 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index b82b08a3..093f5e94 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Timo Sirainen, tss@iki.fi
+Timo Sirainen <cras@irssi.org>
diff --git a/README b/README
index fd05732b..d6a88764 100644
--- a/README
+++ b/README
@@ -111,6 +111,6 @@ See TODO file if it is already listed in there - if not send me email..
* AUTHOR
- Timo Sirainen
- - tss@iki.fi
+ - cras@irssi.org
- cras at ircnet/opn/silc
- - #irssi at ircnet/opn, #irssi.fi at ircnet
+ - #irssi at ircnet/opn, #irssi.fi, #irssi.de and #irssi.pl at ircnet
diff --git a/docs/crash.txt b/docs/crash.txt
index 596278e9..5461b9bf 100644
--- a/docs/crash.txt
+++ b/docs/crash.txt
@@ -1,6 +1,6 @@
How to submit a good bug report?
-Send them to tss@iki.fi (just like all the other irssi-related things).
+Send them to bugs@irssi.org.
First you should give the following information:
- irssi version, if CVS (or devel. tarball) then which day?
diff --git a/docs/faq.html b/docs/faq.html
index 498667b7..ea21e29e 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -52,7 +52,7 @@ know of any such events irssi doesn't know about.</p>
<p>Anyway, if this does happen, do <code>/RAWLOG SAVE ~/rawlog</code> soon
after joining to channel, and either try to figure out yourself why irssi
-didn't get reply to WHO request, or send the whole log to tss@iki.fi. Note
+didn't get reply to WHO request, or send the whole log to cras@irssi.org. Note
that the rawlog is by default only 200 lines and it may not be enough to
show all needed information, so you might want to do <code>/SET rawlog_lines
1000</code> or so.</p>
diff --git a/docs/formats.txt b/docs/formats.txt
index 48d0f0f6..d918a268 100644
--- a/docs/formats.txt
+++ b/docs/formats.txt
@@ -19,6 +19,7 @@
%9 %_ Bold on/off
%: Insert newline
%| Marks the indentation position
+ %# Monospace font on/off (useful with lists and GUI)
%% A single %
In .theme files %n works a bit differently. See default.theme
diff --git a/docs/manual.txt b/docs/manual.txt
index 2954deff..2956e18e 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -1,7 +1,7 @@
Irssi 0.8 documentation - http://irssi.org/
- Copyright(c) 2000 Timo Sirainen <tss@iki.fi>
+ Copyright(c) 2000 Timo Sirainen <cras@irssi.org>
Index
diff --git a/irssi.spec.in b/irssi.spec.in
index 434236dc..98b6c625 100644
--- a/irssi.spec.in
+++ b/irssi.spec.in
@@ -1,8 +1,8 @@
-# $Revision: 1.12 $, $Date: 2001/09/21 14:57:29 $
+# $Revision: 1.13 $, $Date: 2002/05/01 22:52:51 $
Name: irssi
Version: @VERSION@
Release: 1
-Vendor: Timo Sirainen <tss@iki.fi>
+Vendor: Timo Sirainen <cras@irssi.org>
Summary: Irssi is a IRC client
Copyright: GPL
Group: Applications/Communications
diff --git a/src/common.h b/src/common.h
index 10d4cc6e..753493e3 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
#ifndef __COMMON_H
#define __COMMON_H
-#define IRSSI_AUTHOR "Timo Sirainen <tss@iki.fi>"
+#define IRSSI_AUTHOR "Timo Sirainen <cras@irssi.org>"
#define IRSSI_WEBSITE "http://irssi.org/"
#define IRSSI_DIR_SHORT "~/.irssi"