From 8009aae044689fe6381deec90e68cdee0879c232 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 1 May 2002 22:52:51 +0000 Subject: [PATCH] tss@iki.fi -> cras@irssi.org git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2746 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- AUTHORS | 2 +- README | 4 ++-- docs/crash.txt | 2 +- docs/faq.html | 2 +- docs/formats.txt | 1 + docs/manual.txt | 2 +- irssi.spec.in | 4 ++-- src/common.h | 2 +- 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 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.

Anyway, if this does happen, do /RAWLOG SAVE ~/rawlog 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 /SET rawlog_lines 1000 or so.

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 + Copyright(c) 2000 Timo Sirainen 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 +Vendor: Timo Sirainen 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 " +#define IRSSI_AUTHOR "Timo Sirainen " #define IRSSI_WEBSITE "http://irssi.org/" #define IRSSI_DIR_SHORT "~/.irssi"