mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
Merge commit 'origin'
This commit is contained in:
commit
5220470091
6 changed files with 10 additions and 7 deletions
|
@ -9,7 +9,8 @@ int msg(string source, string mc, string data,
|
|||
mapping vars, int showingLog, string target) {
|
||||
mixed t;
|
||||
|
||||
switch (mc){
|
||||
switch (mc) {
|
||||
case "_status_description_time":
|
||||
case "_status_person_away":
|
||||
case "_status_person_present":
|
||||
case "_status_person_present_implied":
|
||||
|
|
|
@ -129,6 +129,7 @@ msg(source, mc, data, mapping vars, showingLog) {
|
|||
mc = "_notice_place_leave";
|
||||
}
|
||||
switch (mc) {
|
||||
case "_status_description_time":
|
||||
case "_status_person_present":
|
||||
case "_status_person_present_implied":
|
||||
case "_status_person_absent":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue