mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
make gofmt happey :))
This commit is contained in:
parent
7345ecba48
commit
4700d4c048
1 changed files with 1 additions and 1 deletions
|
|
@ -2169,7 +2169,7 @@ func dispatchMessageToTarget(client *Client, tags map[string]string, histType hi
|
|||
accountName := details.accountName
|
||||
isBot := client.HasMode(modes.Bot)
|
||||
for _, tClient := range server.clients.AllClients() {
|
||||
if (target[1] == '$' && matcher.MatchString(tClient.server.name)) || // $$servername
|
||||
if (target[1] == '$' && matcher.MatchString(tClient.server.name)) || // $$servername
|
||||
(target[1] == '#' && matcher.MatchString(tClient.Hostname())) { // $#hostname
|
||||
|
||||
tnick := tClient.Nick()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue