Add the [noticeid] to the end of text only jabber messages
This commit is contained in:
parent
074b9faee0
commit
59e8896212
@ -481,5 +481,5 @@ function jabber_public_notice($notice)
|
|||||||
|
|
||||||
function jabber_format_notice(&$profile, &$notice)
|
function jabber_format_notice(&$profile, &$notice)
|
||||||
{
|
{
|
||||||
return $profile->nickname . ': ' . $notice->content;
|
return $profile->nickname . ': ' . $notice->content . ' [' . $notice->id . ']';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user