]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/c_forest.cpp
Added the do_store command, and some store functionality. Also added an init_masters...
[irc/gameservirc.git] / gameserv / c_forest.cpp
index 21e065eec79aa4350198fccfff48ed4890ee458e..c7e5a1a1c7cba4dae7036037184abb60ceaf1921 100644 (file)
@@ -20,6 +20,8 @@ void forest(char *source, char *buf)
            do_forest(source);
        } else if (stricmp(cmd, "ATTACK") == 0) {
            do_attack(source);
+       } else if (stricmp(cmd, "HEAL") == 0) {
+           do_heal(source);
        }
 
 source--;