mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
577b7e4187
commit
fd086c22a7
4 changed files with 20 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
<PSYC:TEXTDB> ## vim:syntax=mail
|
||||
## Check utf-8: Praise Atatürk!
|
||||
|
||||
_notice_add_alias_temporary
|
||||
|## shouldn't be sent to jabber clients
|
||||
|
||||
_failure_unavailable_alias
|
||||
|## shouldn't be sent to jabber clients
|
||||
|
||||
_MISC_character_command
|
||||
|## since several clients started catching / commands..
|
||||
|+
|
||||
|
|
|
@ -146,7 +146,7 @@ inherit NET_PATH "place/mailcast";
|
|||
# ifdef PUBLIC
|
||||
inherit NET_PATH "place/public";
|
||||
# else
|
||||
// special case in the archetype options logic, see also the .pl
|
||||
// special case in the archetype options logic, see also psyconf
|
||||
# ifndef PLACE_HISTORY
|
||||
# ifdef PLACE_HISTORY_EXPORT
|
||||
# define PLACE_HISTORY
|
||||
|
|
|
@ -2515,6 +2515,10 @@ reboot(reason, restart, pass) {
|
|||
//unless (clonep(ME)) return;
|
||||
if (blueprint(ME) == ME) return;
|
||||
P2(("%O shutting down\n", ME))
|
||||
|
||||
// temporary, please remove after 2009-04
|
||||
if (!v("locations")) vSet("locations", ([]));
|
||||
|
||||
#if !defined(SLAVE) && !defined(_flag_disable_info_session)
|
||||
if (ONLINE) {
|
||||
// same in net/psyc/circuit.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue