From 67c41bde14382f099a39d190b61768797cb4b024 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Tue, 17 Mar 2009 16:30:38 +0100 Subject: [PATCH] those _echo methods are semantically wrong --- world/net/place/archetype.gen | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/world/net/place/archetype.gen b/world/net/place/archetype.gen index ee3b50e..bf47afc 100644 --- a/world/net/place/archetype.gen +++ b/world/net/place/archetype.gen @@ -1521,21 +1521,13 @@ reboot(reason, restart) { // not so sure about this mc ;) "_warning_unavailable_temporary_shutdown", #else -#ifndef ECHOES "_notice_place_leave_temporary_shutdown", -#else /* ECHOES */ - "_echo_place_leave_temporary_shutdown", -#endif /* ECHOES */ #endif // used to output _source here, but when a UNI relays // the message to a UNL, the UNI is shown instead of ME "Server for [_nick_place] is being restarted: [_reason]", ([ "_reason": reason ]) ); -#ifndef ECHOES else castmsg(ME, "_notice_place_leave_shutdown", // _permanent ? -#else /* ECHOES */ - else castmsg(ME, "_echo_place_leave_shutdown", // _permanent ? -#endif /* ECHOES */ "Server for [_nick_place] is shutting down: [_reason]", ([ "_reason": reason ]) ); #ifndef PERSISTENT_MASTERS @@ -1552,11 +1544,7 @@ reboot(reason, restart) { quit() { save(); #ifndef PERSISTENT_MASTERS -#ifndef ECHOES castmsg(ME, "_notice_place_leave_temporary", -#else /* ECHOES */ - castmsg(ME, "_echo_place_leave_temporary", -#endif /* ECHOES */ "[_nick_place] is temporarily being shut down for reload.", ([ "_nick_place" : MYNICK ]) ); #endif