aboutsummaryrefslogtreecommitdiff
path: root/src/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/features.h')
-rw-r--r--src/features.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/features.h b/src/features.h
index 90f0cd9..822d8e7 100644
--- a/src/features.h
+++ b/src/features.h
@@ -28,6 +28,7 @@
#undef FEAT_ATRACT_AWAY
#undef FEAT_KEYBOARD_BUFFER
#undef FEAT_COLOR_COMMAND
+#undef FEAT_NICK_COMPLETE
#elif defined(FEAT_COL80_HACK)
@@ -37,6 +38,7 @@
// #define FEAT_TRAFFIC_INDICATOR
#define FEAT_KEYBOARD_BUFFER
#define FEAT_COLOR_COMMAND
+#undef FEAT_NICK_COMPLETE
/* COL80 hack uses 9K of high RAM, so let's disable
some bells & whistles. */
@@ -101,5 +103,7 @@
/* End of features */
+#define FEAT_NICK_COMPLETE
+
#endif
#endif