Update to support the new stable release of ZNC v1.6

This commit is contained in:
sprybear
2015-02-16 21:50:19 +08:00
parent 1267bdc3c1
commit 5a661a0a4f
2 changed files with 13 additions and 1 deletions

View File

@@ -305,6 +305,7 @@
<label for="inputtimeFormat" class="col-sm-2 control-label">Timestamp Format:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputtimeFormat" name="timestampformat" value="<? VAR TimestampFormat ?>" placeholder="The format for the timestamps used in buffers, for example [%H:%M:%S]." />
<div class="alert alert-info help-block">This setting is ignored in new IRC clients, which use server-time. If your client supports server-time, change timestamp format in client settings instead.</div>
</div>
</div>