mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.4 KiB

  1. --- ./src/menu.c.orig 2004-09-12 08:38:43.843375072 +0200
  2. +++ ./src/menu.c 2004-09-12 08:39:11.352193096 +0200
  3. @@ -132,36 +132,36 @@
  4. return gtk_item_factory_get_widget (item_factory, "<main>");
  5. }
  6. -static char *help_commands = "
  7. - Squaroid Help
  8. - == == == == == == =
  9. - Available chatroom commands
  10. - * /exit, /quit, /part
  11. - Disconnect from server, and reopen the Connect Dialog
  12. - * /disconnect
  13. - Disconnect from server, and DO NOT reopen the Connect Dialog
  14. - * /score < nickname >
  15. - Get the scores for player called < nickname >
  16. - */allscores
  17. - Get scores for all players currently on this channel.
  18. - * /solo Start a solo game.This is one of three ways to start a solo game;)
  19. - * /msg < nickname > <message > |/notice < nickname > <message >
  20. - Send a private < message > to < nickname >
  21. - The score commands only work if the SquaroidHost bot
  22. +static char *help_commands = "\
  23. + Squaroid Help\
  24. + == == == == == == =\
  25. + Available chatroom commands\
  26. + * /exit, /quit, /part\
  27. + Disconnect from server, and reopen the Connect Dialog\
  28. + * /disconnect\
  29. + Disconnect from server, and DO NOT reopen the Connect Dialog\
  30. + * /score < nickname >\
  31. + Get the scores for player called < nickname >\
  32. + */allscores\
  33. + Get scores for all players currently on this channel.\
  34. + * /solo Start a solo game.This is one of three ways to start a solo game;)\
  35. + * /msg < nickname > <message > |/notice < nickname > <message >\
  36. + Send a private < message > to < nickname >\
  37. + The score commands only work if the SquaroidHost bot\
  38. is also logged in with the nickname `Squaroid'.";
  39. -static char *help_options = "
  40. - Available Options
  41. - * Skip MOTD
  42. - Skip the Message Of The Day that each IRC server sends
  43. - you.
  44. - * Auto Decline
  45. - This automatically declines every game challenge you
  46. - might receive.I.e.if you are playing a game and
  47. -do
  48. - not
  49. - want to be disturbed this option is for you
  50. - * Save Settings on Exit
  51. +static char *help_options = "\
  52. + Available Options\
  53. + * Skip MOTD\
  54. + Skip the Message Of The Day that each IRC server sends\
  55. + you.\
  56. + * Auto Decline\
  57. + This automatically declines every game challenge you\
  58. + might receive.I.e.if you are playing a game and\
  59. +do\
  60. + not\
  61. + want to be disturbed this option is for you\
  62. + * Save Settings on Exit\
  63. I think this is self explanatory ! ";
  64. void menucallback_help (GtkWidget * w, gpointer data)
  65. {