aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-10-30 23:44:39 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-10-30 23:44:39 +0000
commit5e2615a2d8a5ae64161727f8a32f6f0949f3fee4 (patch)
treeda48b5636c00e075e33e820aaa02d0414ef6169c /irc.c
parent7448e1bdb7ea75ed8a845816bd2f6bc76ce43785 (diff)
s/FAQ's/FAQs/
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index e1928497..1a936d47 100644
--- a/irc.c
+++ b/irc.c
@@ -743,7 +743,7 @@ void irc_login( irc_t *irc )
u->online = 1;
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 FAQ's are answered there." );
+ 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." );
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 );