Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / docs / design.txt
index 5c8ddcf1166420a083da87badf5fa9a78c6b69ff..3f372829eb22582aeeee474124cdea1fc9a512ea 100644 (file)
@@ -22,8 +22,8 @@
         |____|_____|_____|____|
                    |
                  CORE
-                 /  \
-        lib-config  lib-popt
+                 /
+        lib-config
 
 
  (IRC, ICQ, xxx and yyy are chat protocols ..)
  signal. Don't bother to do this unless your signal is sent (or could be
  sent) several times in a second.
 
- See src/core/signals.h for defination of the signal function, and
+ See src/core/signals.h for definition of the signal function, and
  signals.txt for a list of signals.
 
 
- ** lib-popt
-
-   CORE depends on this for command line parameter handling.
-   (distributed with irssi)
-
-
  ** lib-config
 
    Irssi depends on this for reading and saving configuration.