Changeset 3064ea4 for irc.c


Ignore:
Timestamp:
2008-02-16T15:20:58Z (17 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
1221ef0
Parents:
dc9797f
Message:

rework keygen messages and add some notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    rdc9797f r3064ea4  
    788788       
    789789        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." );
     790        #ifdef WITH_OTR
     791        irc_usermsg( irc, "\nOTR users please note: Private key files are owned by the user BitlBee is running as." );
     792        #endif
    790793       
    791794        if( global.conf->runmode == RUNMODE_FORKDAEMON || global.conf->runmode == RUNMODE_DAEMON )
Note: See TracChangeset for help on using the changeset viewer.