mirror of
https://github.com/znc/znc.git
synced 2026-07-03 08:21:57 +02:00
webadmin: Add a "key" inputbox to channels
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2227 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -14,10 +14,14 @@
|
||||
<div class="subsection half">
|
||||
<div class="inputlabel">Channel Name:</div>
|
||||
<div><input type="text" name="name" value="" /></div>
|
||||
<br /><span class="info">If the channel has a key and you want to save the key, type: #CHAN KEY</span>
|
||||
</div>
|
||||
<? ENDIF ?>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Key:</div>
|
||||
<div><input type="text" name="key" value="<? VAR Key ?>" size="10" /></div>
|
||||
</div>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Buffer Count:</div>
|
||||
<div><input type="text" name="buffercount" value="<? VAR BufferCount ?>" size="10" /></div>
|
||||
|
||||
Reference in New Issue
Block a user