Browse Source
In order to send channel messages, we need to set a different target than the user himself. This patch adds a new parameter `to` to the `sendMsg()` function of the user object and allows to provide a string as target. This uses by default the user's nickname as target, which makes the parameter optional and doesn't break the existing interface.feature/addNonDirectMsg
Sheogorath
5 years ago
2 changed files with 15 additions and 4 deletions
Loading…
Reference in new issue