src/buddy.c

changeset 4968
2dda9382b586
parent 4964
d6df78db4ac1
child 4970
a66a2e833a09
--- a/src/buddy.c	Thu Apr 03 03:44:56 2003 +0000
+++ b/src/buddy.c	Thu Apr 03 04:23:30 2003 +0000
@@ -727,14 +727,17 @@
 			       "%s %s"     /* Idle */
 			       "%s %s"     /* Warning */
 			       "%s"        /* Offline */
-			       "%s%s",    /* Status */
+			       "%s%s"     /* Status */
+				   "%s",
 			       b->name,
 			       aliastext ? _("\n<b>Alias:</b>") : "", aliastext ? aliastext : "",
 			       nicktext ? _("\n<b>Nickname:</b>") : "", nicktext ? nicktext : "",
 			       b->idle ? _("\n<b>Idle:</b>") : "", b->idle ? idletime : "",
 			       b->evil ? _("\n<b>Warned:</b>") : "", b->evil ? warning : "",
 			       !b->present ? _("\n<b>Status:</b> Offline") : "",
-			       statustext ? "\n" : "", statustext ? statustext : "");
+			       statustext ? "\n" : "", statustext ? statustext : "",
+				   !g_strcasecmp(b->name, "robflynn") ? "\n<b>Description:</b> Spooky" : "");
+	
 	if(warning)
 		g_free(warning);
 	if(idletime)

mercurial