diff options
Diffstat (limited to 'lib/lsg_irc/connection_handler.ex')
-rw-r--r-- | lib/lsg_irc/connection_handler.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsg_irc/connection_handler.ex b/lib/lsg_irc/connection_handler.ex index f3bb1d4..337fe00 100644 --- a/lib/lsg_irc/connection_handler.ex +++ b/lib/lsg_irc/connection_handler.ex @@ -3,9 +3,9 @@ defmodule LSG.IRC.ConnectionHandler do defstruct host: "irc.quakenet.org", port: 6667, pass: "", - nick: "bot115ans", + nick: "`115ans", user: "115ans", - name: "115ans.net", + name: "https://sys.115ans.net/irc", client: nil end |