forked from PsychoticNinja/irssi
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2746 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d856e65e6d
commit
8009aae044
4
README
4
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
|
||||
|
@ -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?
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user