OpenSDE Packages Database (without history before r20070)
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.

85 lines
3.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../squaroid/multiline-strings.patch.squaroid
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- squaroid-0.60.3/src/menu.c~ 2000-05-21 11:53:34.000000000 +0200
  17. +++ squaroid-0.60.3/src/menu.c 2005-01-03 00:55:55.356323920 +0100
  18. @@ -132,37 +132,36 @@
  19. return gtk_item_factory_get_widget (item_factory, "<main>");
  20. }
  21. -static char *help_commands = "
  22. - Squaroid Help
  23. - == == == == == == =
  24. - Available chatroom commands
  25. - * /exit, /quit, /part
  26. - Disconnect from server, and reopen the Connect Dialog
  27. - * /disconnect
  28. - Disconnect from server, and DO NOT reopen the Connect Dialog
  29. - * /score < nickname >
  30. - Get the scores for player called < nickname >
  31. - */allscores
  32. - Get scores for all players currently on this channel.
  33. - * /solo Start a solo game.This is one of three ways to start a solo game;)
  34. - * /msg < nickname > <message > |/notice < nickname > <message >
  35. - Send a private < message > to < nickname >
  36. - The score commands only work if the SquaroidHost bot
  37. - is also logged in with the nickname `Squaroid'.";
  38. -
  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. - I think this is self explanatory ! ";
  52. +static char *help_commands = ""
  53. +" Squaroid Help"
  54. +" == == == == == == ="
  55. +" Available chatroom commands"
  56. +" * /exit, /quit, /part"
  57. +" Disconnect from server, and reopen the Connect Dialog"
  58. +" * /disconnect"
  59. +" Disconnect from server, and DO NOT reopen the Connect Dialog"
  60. +" * /score < nickname >"
  61. +" Get the scores for player called < nickname >"
  62. +" */allscores"
  63. +" Get scores for all players currently on this channel."
  64. +" * /solo Start a solo game.This is one of three ways to start a solo game;)"
  65. +" * /msg < nickname > <message > |/notice < nickname > <message >"
  66. +" Send a private < message > to < nickname >"
  67. +" The score commands only work if the SquaroidHost bot"
  68. +" is also logged in with the nickname `Squaroid'.";
  69. +
  70. +static char *help_options = ""
  71. +" Available Options"
  72. +" * Skip MOTD"
  73. +" Skip the Message Of The Day that each IRC server sends"
  74. +" you."
  75. +" * Auto Decline"
  76. +" This automatically declines every game challenge you"
  77. +" might receive.I.e.if you are playing a game and do"
  78. +" not"
  79. +" want to be disturbed this option is for you"
  80. +" * Save Settings on Exit"
  81. +" I think this is self explanatory ! ";
  82. void menucallback_help (GtkWidget * w, gpointer data)
  83. {
  84. chatroom_chatmessage (NULL, help_commands);