Show messages sent to * in server tab again
This commit is contained in:
parent
05ce88a656
commit
fc29c48013
File diff suppressed because one or more lines are too long
@ -42,7 +42,7 @@ function initMessage(message, server, tab, state) {
|
||||
}
|
||||
|
||||
function getMessageTab(server, to) {
|
||||
if (!to || to.indexOf('.') !== -1) {
|
||||
if (!to || to.indexOf('.') !== -1 || to === '*') {
|
||||
return server;
|
||||
}
|
||||
return to;
|
||||
|
Loading…
Reference in New Issue
Block a user