mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
s/IRCNet/IRCnet/
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2875 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2ad623acd0
commit
6d3feec5f3
11
irssi.conf
11
irssi.conf
@ -1,5 +1,5 @@
|
|||||||
servers = (
|
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.efnet.net"; chatnet = "EFNet"; port = "6667"; },
|
||||||
{
|
{
|
||||||
address = "irc.undernet.org";
|
address = "irc.undernet.org";
|
||||||
@ -25,7 +25,7 @@ servers = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
chatnets = {
|
chatnets = {
|
||||||
IRCNet = {
|
IRCnet = {
|
||||||
type = "IRC";
|
type = "IRC";
|
||||||
max_kicks = "4";
|
max_kicks = "4";
|
||||||
max_modes = "3";
|
max_modes = "3";
|
||||||
@ -162,6 +162,9 @@ statusbar = {
|
|||||||
barstart = "{sbstart}";
|
barstart = "{sbstart}";
|
||||||
barend = "{sbend}";
|
barend = "{sbend}";
|
||||||
|
|
||||||
|
topicbarstart = "{topicsbstart}";
|
||||||
|
topicbarend = "{topicsbend}";
|
||||||
|
|
||||||
# treated "normally", you could change the time/user name to whatever
|
# treated "normally", you could change the time/user name to whatever
|
||||||
time = "{sb $Z}";
|
time = "{sb $Z}";
|
||||||
user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}";
|
user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}";
|
||||||
@ -251,10 +254,10 @@ statusbar = {
|
|||||||
position = "1";
|
position = "1";
|
||||||
visible = "always";
|
visible = "always";
|
||||||
items = {
|
items = {
|
||||||
barstart = { priority = "100"; };
|
topicbarstart = { priority = "100"; };
|
||||||
topic = { };
|
topic = { };
|
||||||
topic_empty = { };
|
topic_empty = { };
|
||||||
barend = { priority = "100"; alignment = "right"; };
|
topicbarend = { priority = "100"; alignment = "right"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user