aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/irc.h b/src/irc.h
index 783c223..6a4770a 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -1,4 +1,6 @@
-#define FNET_TRANSLATION 3
+/* 0 = no translation (used to use 3, CRLF) */
+#define FNET_TRANSLATION 0
+
#define MAX_IRC_MSG_LEN 512
#define streq(x,y) !strcmp(x,y)