Add option to auto-join channels

This commit is contained in:
Simon Ser
2020-06-07 12:46:38 +02:00
parent deb82c7abe
commit 67ca372657
2 changed files with 35 additions and 8 deletions

View File

@@ -55,6 +55,10 @@
<label for="connect-realname">Real name:</label><br/>
<input type="text" name="realname" id="connect-realname" placeholder="Same as nickname"/>
<br/><br/>
<label for="connect-autojoin">Auto-join channels:</label><br/>
<input type="text" name="autojoin" id="connect-autojoin" placeholder="Comma-separated list of channels"/>
<br/>
</details>