aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-16 16:20:58 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-16 16:20:58 +0100
commit3064ea42452e7e069bce9fc132ceb8ae4d7d11b4 (patch)
treea69101240b84ec3d16db70b8329dcc693509a5a7 /irc.c
parentdc9797f7ad4177dc72373ce71d375257fb0271a1 (diff)
rework keygen messages and add some notices
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/irc.c b/irc.c
index d73f5b4a..7ef653a1 100644
--- a/irc.c
+++ b/irc.c
@@ -787,6 +787,9 @@ void irc_login( irc_t *irc )
irc_spawn( irc, u );
irc_usermsg( irc, "Welcome to the BitlBee gateway!\n\nIf you've never used BitlBee before, please do read the help information using the \x02help\x02 command. Lots of FAQs are answered there." );
+ #ifdef WITH_OTR
+ irc_usermsg( irc, "\nOTR users please note: Private key files are owned by the user BitlBee is running as." );
+ #endif
if( global.conf->runmode == RUNMODE_FORKDAEMON || global.conf->runmode == RUNMODE_DAEMON )
ipc_to_master_str( "CLIENT %s %s :%s\r\n", irc->host, irc->nick, irc->realname );