1
0
Fork 0
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:
psyc://psyced.org/~lynX 2009-01-28 14:09:36 +01:00
parent fa03bd1bad
commit ad482ece44
2 changed files with 5 additions and 1 deletions

View file

@ -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