Merge lp:~armagetronad-sty-0.3/armagetronad/armagetronad-sty-help-compat into lp:~armagetronad-dev/armagetronad/trunk-armagetronad-work

Proposed by Luke-Jr
Status: Merged
Merge reported by: Luke-Jr
Merged at revision: not available
Proposed branch: lp:~armagetronad-sty-0.3/armagetronad/armagetronad-sty-help-compat
Merge into: lp:~armagetronad-dev/armagetronad/trunk-armagetronad-work
Diff against target: None lines
To merge this branch: bzr merge lp:~armagetronad-sty-0.3/armagetronad/armagetronad-sty-help-compat
Reviewer Review Type Date Requested Status
Manuel Moos Approve
Review via email: mp+4428@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Luke-Jr (luke-jr) wrote :

No objections, I'd almost assume?

Revision history for this message
Manuel Moos (z-man) wrote :

Nope, but what is it for? Porting old sty config files over to trunk?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'language/english_base.txt'
--- language/english_base.txt 2009-03-11 07:40:40 +0000
+++ language/english_base.txt 2009-03-13 03:41:39 +0000
@@ -2427,6 +2427,7 @@
2427rtfm_announcement \2 wants \3 to know about /help \1.\n2427rtfm_announcement \2 wants \3 to know about /help \1.\n
24282428
2429help_introductory_blurb_help Message that is displayed before the list of help topics if someone uses /help without arguments2429help_introductory_blurb_help Message that is displayed before the list of help topics if someone uses /help without arguments
2430help_message_help Deprecated alias for HELP_INTRODUCTORY_BLURB
24302431
2431help_topics_list_start Say /help TOPIC to get help on the following topics.\n2432help_topics_list_start Say /help TOPIC to get help on the following topics.\n
2432help_topic_not_found Help topic \1 not found. Try /help with no arguments to see a list of available topics.\n2433help_topic_not_found Help topic \1 not found. Try /help with no arguments to see a list of available topics.\n
24332434
=== modified file 'src/engine/ePlayer.cpp'
--- src/engine/ePlayer.cpp 2009-03-11 07:40:40 +0000
+++ src/engine/ePlayer.cpp 2009-03-13 03:41:39 +0000
@@ -3441,6 +3441,9 @@
3441static tString se_helpIntroductoryBlurb;3441static tString se_helpIntroductoryBlurb;
3442static tConfItemLine se_helpIntroductoryBlurbConf("HELP_INTRODUCTORY_BLURB",se_helpIntroductoryBlurb);3442static tConfItemLine se_helpIntroductoryBlurbConf("HELP_INTRODUCTORY_BLURB",se_helpIntroductoryBlurb);
34433443
3444// Sty compatibility
3445static tConfItemLine se_helpStyCompat("HELP_MESSAGE",se_helpIntroductoryBlurb);
3446
3444static void se_Help( ePlayerNetID * sender, ePlayerNetID * receiver, std::istream & s ) {3447static void se_Help( ePlayerNetID * sender, ePlayerNetID * receiver, std::istream & s ) {
3445 std::ws(s);3448 std::ws(s);
3446 tColoredString reply;3449 tColoredString reply;

Subscribers

People subscribed via source and target branches

to status/vote changes: