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:
psychon
2010-12-31 08:40:44 +00:00
parent 570fab6e44
commit eb263869b0
2 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -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>