summaryrefslogtreecommitdiff
path: root/templates/config.py.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/config.py.erb')
-rw-r--r--templates/config.py.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/config.py.erb b/templates/config.py.erb
index 90c28a0..e7396df 100644
--- a/templates/config.py.erb
+++ b/templates/config.py.erb
@@ -45,7 +45,7 @@ REALNAME = "<%= realname %>"
# IDENT = IDENT_HEX
# - the literal value IDENT_NICKNAME, this will use the users
# supplied nickname as their ident.
-IDENT = "webchat"
+IDENT = "<%= ident %>"
# OPTION: OUTGOING_IP
# The IP address to bind to when connecting to the IRC server.