aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index e6b99a7c..15b7bddf 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -125,6 +125,10 @@
#define HELP_FILE VARDIR "help.txt"
#define CONF_FILE_DEF ETCDIR "bitlbee.conf"
+/* Hack to give a little bit more password security on IRC: If an account has
+ this password set, use /OPER to change it. */
+#define PASSWORD_PENDING "\r\rchangeme\r\r"
+
#include "bee.h"
#include "irc.h"
#include "storage.h"