git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2746 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-05-01 22:52:51 +00:00 committed by cras
parent d856e65e6d
commit 8009aae044
8 changed files with 10 additions and 9 deletions

View File

@ -1 +1 @@
Timo Sirainen, tss@iki.fi Timo Sirainen <cras@irssi.org>

4
README
View File

@ -111,6 +111,6 @@ See TODO file if it is already listed in there - if not send me email..
* AUTHOR * AUTHOR
- Timo Sirainen - Timo Sirainen
- tss@iki.fi - cras@irssi.org
- cras at ircnet/opn/silc - 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

View File

@ -1,6 +1,6 @@
How to submit a good bug report? 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: First you should give the following information:
- irssi version, if CVS (or devel. tarball) then which day? - irssi version, if CVS (or devel. tarball) then which day?

View File

@ -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 <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 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 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 show all needed information, so you might want to do <code>/SET rawlog_lines
1000</code> or so.</p> 1000</code> or so.</p>

View File

@ -19,6 +19,7 @@
%9 %_ Bold on/off %9 %_ Bold on/off
%: Insert newline %: Insert newline
%| Marks the indentation position %| Marks the indentation position
%# Monospace font on/off (useful with lists and GUI)
%% A single % %% A single %
In .theme files %n works a bit differently. See default.theme In .theme files %n works a bit differently. See default.theme

View File

@ -1,7 +1,7 @@
Irssi 0.8 documentation - http://irssi.org/ Irssi 0.8 documentation - http://irssi.org/
Copyright(c) 2000 Timo Sirainen <tss@iki.fi> Copyright(c) 2000 Timo Sirainen <cras@irssi.org>
Index Index

View File

@ -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 Name: irssi
Version: @VERSION@ Version: @VERSION@
Release: 1 Release: 1
Vendor: Timo Sirainen <tss@iki.fi> Vendor: Timo Sirainen <cras@irssi.org>
Summary: Irssi is a IRC client Summary: Irssi is a IRC client
Copyright: GPL Copyright: GPL
Group: Applications/Communications Group: Applications/Communications

View File

@ -1,7 +1,7 @@
#ifndef __COMMON_H #ifndef __COMMON_H
#define __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_WEBSITE "http://irssi.org/"
#define IRSSI_DIR_SHORT "~/.irssi" #define IRSSI_DIR_SHORT "~/.irssi"