diff options
Diffstat (limited to 'templates/irc_bot/nsa.cfg.erb')
-rw-r--r-- | templates/irc_bot/nsa.cfg.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/irc_bot/nsa.cfg.erb b/templates/irc_bot/nsa.cfg.erb index cc7d274..5dd7d0e 100644 --- a/templates/irc_bot/nsa.cfg.erb +++ b/templates/irc_bot/nsa.cfg.erb @@ -10,4 +10,6 @@ 'channel' => '<%= scope.lookupvar('nagios::irc_bot::nsa_channel') %>', 'pidfile' => '<%= scope.lookupvar('nagios::irc_bot::real_nsa_pidfile') %>', # set to undef to disable 'realname' => "<%= scope.lookupvar('nagios::irc_bot::nsa_realname') %>", + 'usenotices' => "<%= scope.lookupvar('nagios::irc_bot::nsa_usenotices') %>", + 'commandfile' => "<%= scope.lookupvar('nagios::irc_bot::real_nsa_commandfile') %>", ); |