summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-08-09 15:49:40 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-08-09 15:49:40 +0000
commit6d3feec5f3da8454a4b254e798b28465a845f3c3 (patch)
tree8644012994cbd2ac44657eb43bf62cb5e8573bea /irssi.conf
parent2ad623acd0ae1e5bca04fd2e21cfc0749c46059c (diff)
downloadirssi-6d3feec5f3da8454a4b254e798b28465a845f3c3.zip
s/IRCNet/IRCnet/
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2875 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/irssi.conf b/irssi.conf
index d3690ff1..b7630643 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -1,5 +1,5 @@
servers = (
- { address = "irc.stealth.net"; chatnet = "IRCNet"; port = "6668"; },
+ { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
{ address = "irc.efnet.net"; chatnet = "EFNet"; port = "6667"; },
{
address = "irc.undernet.org";
@@ -25,7 +25,7 @@ servers = (
);
chatnets = {
- IRCNet = {
+ IRCnet = {
type = "IRC";
max_kicks = "4";
max_modes = "3";
@@ -162,6 +162,9 @@ statusbar = {
barstart = "{sbstart}";
barend = "{sbend}";
+ topicbarstart = "{topicsbstart}";
+ topicbarend = "{topicsbend}";
+
# treated "normally", you could change the time/user name to whatever
time = "{sb $Z}";
user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}";
@@ -251,10 +254,10 @@ statusbar = {
position = "1";
visible = "always";
items = {
- barstart = { priority = "100"; };
+ topicbarstart = { priority = "100"; };
topic = { };
topic_empty = { };
- barend = { priority = "100"; alignment = "right"; };
+ topicbarend = { priority = "100"; alignment = "right"; };
};
};
};