Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -16,11 +16,11 @@ connect "ratbox.services" {
|
|||
/* passwords: the passwords we send (OLD C:) and accept (OLD N:).
|
||||
* The remote server will have these passwords reversed.
|
||||
*/
|
||||
send_password = "<%= servpass %>";
|
||||
accept_password = "<%= servpass %>";
|
||||
send_password = "<%= @servpass %>";
|
||||
accept_password = "<%= @servpass %>";
|
||||
|
||||
/* port: the port to connect to this server on */
|
||||
port = <%= port %>;
|
||||
port = <%= @port %>;
|
||||
|
||||
/* hub mask: the mask of servers that this server may hub. Multiple
|
||||
* entries are permitted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue