Author: Rhonda D'Vine <rhonda@debian.org>	vim:ft=diff:
Description: add hint about #ubuntu to first time user message, BTS #393707

Index: irssi-1.0.3/src/fe-text/irssi.c
===================================================================
--- irssi-1.0.3.orig/src/fe-text/irssi.c
+++ irssi-1.0.3/src/fe-text/irssi.c
@@ -86,6 +86,8 @@ static const char *banner_text =
 	"|___|_| /__/__/_|\n"
 	"Irssi v" PACKAGE_VERSION " - http://www.irssi.org";
 
+/* add Ubuntu informations for first time users,
+ * see debian bug #393707 */
 static const char *firsttimer_text =
 	"- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n"
 	"Hi there! If this is your first time using Irssi, you\n"
@@ -95,6 +97,10 @@ static const char *firsttimer_text =
 	"to answer any questions you may have.\n\n"
 	"Use the /HELP command to get detailed information about\n"
 	"the available commands.\n"
+	"\n"
+	"For Ubuntu specific help type \"/connect Ubuntu\" and\n"
+	"\"/join #ubuntu\" (without the quotes) and ask your\n"
+	"question.\n"
 	"- - - - - - - - - - - - - - - - - - - - - - - - - - - -";
 
 static int display_firsttimer = FALSE;
