コード例 #1
0
ファイル: purge.c プロジェクト: cafuego/monolith
int
main(int argc, char **argv)
{
    set_invocation_name(argv[0]);
    mono_setuid("sysop");
    mono_sql_connect();

    purge_users();

    mono_sql_detach();
    return 0;
}
コード例 #2
0
void configure() {
    ::configure();
    set_invocation_name("gam ganapataye");
    set_invocation_summary("mark conceptual navigation point");
    set_invocation_key(
        "o Ganesha, lord of all journeys and travel, who wanders and gathers knowledge into his great belly, "
        "let me mark the significance of this place for my own journeys; count it as the"
    );
    set_invocation_help(
        "This invocation lets one mark a passage in the cosmos symbolically, as one that one desires to return to "
        "or use as a landmark on one's future journeys."
    );
    set_invocation_cost(({
        ({ Energy_Spiritual, 100 })
    }));
コード例 #3
0
void configure() {
    ::configure();
    set_invocation_name("vikataya");
    set_invocation_summary("travel to conceptual navigation point");
    set_invocation_key(
        "o greatest Ganesha, whose single tusk overcomes the duplicity of appearance, help me see this world as a dream and a drama, "
        "and let me dance across the texts that give everyone a role, and let me find myself in the"
    );
    set_invocation_help(
        "This invocation allows one to use the power of Ganesha to skip across the symbolic space that is the foundation for all cosmoi, "
        "and traverse the universe conceptually rather than physically.  The frequency with which one can use this invocation depends upon "
        "one's ability in it."
    );
    set_invocation_cost(({
        ({ Energy_Spiritual, 200 })
    }));