summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.c b/chat.c
index f5004e7..54e7e5e 100644
--- a/chat.c
+++ b/chat.c
@@ -369,7 +369,7 @@ int main(int argc, char *argv[]) {
);
uiFormat(Network, Cold, NULL, "Traveling...");
uiDraw();
-
+
sandboxEarly(log);
int irc = ircConnect(bind, host, port);
sandboxLate(irc);