~ubuntu-branches/ubuntu/maverick/irssi/maverick

« back to all changes in this revision

Viewing changes to docs/design.txt

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        |____|_____|_____|____|
23
23
                   |
24
24
                 CORE
25
 
                 /  \
26
 
        lib-config  lib-popt
 
25
                 /
 
26
        lib-config
27
27
 
28
28
 
29
29
 (IRC, ICQ, xxx and yyy are chat protocols ..)
71
71
 signal. Don't bother to do this unless your signal is sent (or could be
72
72
 sent) several times in a second.
73
73
 
74
 
 See src/core/signals.h for defination of the signal function, and
 
74
 See src/core/signals.h for definition of the signal function, and
75
75
 signals.txt for a list of signals.
76
76
 
77
77
 
78
 
 ** lib-popt
79
 
 
80
 
   CORE depends on this for command line parameter handling.
81
 
   (distributed with irssi)
82
 
 
83
 
 
84
78
 ** lib-config
85
79
 
86
80
   Irssi depends on this for reading and saving configuration.