ubuntuusers.de

~/.irssi/config

Autor:
bullgard
Datum:
15. Juli 2009 08:32
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
GIMPnet = {
    type = "IRC";
    nick = "bullgard4";
    username = "detlef";
    realname = "Detlef Lechner";
    host = "MD97600";
  };
--------------------------------------
{
    address = "irc.gimp.org";
    chatnet = "GIMPnet";
    port = "6667";
    password = "***";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "yes";
  }
--------------------------------------
{
    name = "#ekiga";
    chatnet = "GIMPnet";
    autojoin = "yes";
    password = "***";
  }
-------------------------------------------
16 = {
    items = (
      {
        type = "CHANNEL";
        chat_type = "IRC";
        name = "#ekiga";
        tag = "gimp";
      }