Added "Connect to IRC & automatically re-connect" checkbox to webadmin.

Sets the internal "automatically connect" flag just like /msg *status connect and
/msg *status disconnect do. Idea by Advis0r, thanks!


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1851 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-03-30 09:16:09 +00:00
parent 72293bed64
commit bb79dd338f
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -91,6 +91,12 @@
</textarea>
</td>
</tr>
<tr>
<td>Active:</td>
<td><input type="checkbox" class="checkbox" name="doconnect" id="doconnect_checkbox"<? IF IRCConnectEnabled ?> checked="checked"<? ENDIF ?> />
<label for="doconnect_checkbox">Connect to IRC &amp; automatically re-connect</label></td>
</tr>
</tbody>
</table>