diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-03-08 23:31:29 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-03-08 23:31:29 +0000 |
commit | e87adc6cbcbe3ec74a4d2c07aca944c7af122910 (patch) | |
tree | f45a698ac2827720235835dae1018facad1e5124 /config_servers.h | |
parent | c69d3961efcf26caca9c9c6a0e0fa37a77f72b90 (diff) | |
download | agni-e87adc6cbcbe3ec74a4d2c07aca944c7af122910.tar.gz agni-e87adc6cbcbe3ec74a4d2c07aca944c7af122910.zip |
Request/Response between threads now works
Diffstat (limited to 'config_servers.h')
-rw-r--r-- | config_servers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_servers.h b/config_servers.h index 5bd315e..8836db1 100644 --- a/config_servers.h +++ b/config_servers.h @@ -18,7 +18,7 @@ typedef struct irc_server_conf static irc_server_conf server_list[] = { { - .user = "cbot_git", + .user = "cbot_git2", .password = "asdsada", .server = "irc.freenode.net", .channels = {"#mainlv",NULL}, |