mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-01-24 06:30:18 +00:00
[irssi-conf] Autojoin in config, not startup
Before, the startup file tries connecting to the default network and join two channels. However, since irssi just executes the startup file line by line with little logic behind it, it tries joining the channels while the user is still connecting. Instead, this commit sets the channels to autojoin, which only triggers once the user is connected and, if configured properly, authenticated.
This commit is contained in:
@@ -13,8 +13,8 @@ chatnets = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
channels = (
|
channels = (
|
||||||
{ name = "#club"; chatnet = "newnet"; autojoin = "No"; }
|
{ name = "#club"; chatnet = "newnet"; autojoin = "yes"; }
|
||||||
{ name = "#meta"; chatnet = "newnet"; autojoin = "No"; }
|
{ name = "#meta"; chatnet = "newnet"; autojoin = "yes"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
connect newnet
|
connect newnet
|
||||||
join #club
|
|
||||||
join #meta
|
|
||||||
|
|||||||
Reference in New Issue
Block a user