Skip to content

Commit

Permalink
Merge pull request #14 from ericlake/user_unused_values
Browse files Browse the repository at this point in the history
to close issue #10 fixed quitmsg and buffer in the template
  • Loading branch information
jfryman committed Jan 4, 2016
2 parents 7bf53ce + 861a8a8 commit b9d0680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/configs/znc.conf.seed.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AltNick = <%= @name %>_
AppendTimestamp = false
AutoClearChanBuffer = true
Buffer = 50
Buffer = <%= @buffer %>
ChanModes = +stn
DenyLoadMod = false
DenySetBindHost = false
Expand All @@ -15,7 +15,7 @@
MultiClients = true
Nick = <%= @name %>
PrependTimestamp = true
QuitMsg = Bye
QuitMsg = <%= @quitmsg %>
<% if @realname %>
RealName = <%= @realname %>
<% end %>
Expand Down

0 comments on commit b9d0680

Please sign in to comment.