cluster/services/irc: add persistent #general
This commit is contained in:
parent
fc845158d8
commit
456f7e230e
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ in {
|
||||||
OperCanUseMode = yes
|
OperCanUseMode = yes
|
||||||
OperChanPAutoOp = yes
|
OperChanPAutoOp = yes
|
||||||
|
|
||||||
|
[Channel]
|
||||||
|
Name = #general
|
||||||
|
Topic = General discussions
|
||||||
|
|
||||||
${builtins.concatStringsSep "\n" opers}
|
${builtins.concatStringsSep "\n" opers}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue