mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
look at what the cat brought in
This commit is contained in:
parent
fa03bd1bad
commit
ad482ece44
2 changed files with 5 additions and 1 deletions
|
@ -775,6 +775,7 @@ insert_member(source, mc, data, vars, ni, neu, again) {
|
|||
// semantically it looks ok
|
||||
mc = "_echo" + mc[7..];
|
||||
//if (v("_filter_conversation")) mc += "_filtered";
|
||||
m_delete(vars, "_group"); // why are we merging vars from a _do anyway?
|
||||
sendmsg(source, mc, data, vars);
|
||||
// ensure that a client knows this room has been entered
|
||||
// before any room details like topic etc. are sent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue