Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mod/server.mod/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ static int serverror_quit; /* Disconnect from server if ERROR
static time_t lastpingcheck; /* set when i unidle myself, cleared when
* i get the response */
static time_t server_online; /* server connection time */
static time_t server_cycle_wait; /* seconds to wait before
* re-beginning the server list */
static int server_cycle_wait; /* seconds to wait before
* re-beginning the server list */
static char botrealname[81]; /* realname of bot */
static int server_timeout; /* server timeout for connecting */
static struct server_list *serverlist; /* old-style queue, still used by
Expand Down