(msg string, excludeIds ...int)
| 456 | } |
| 457 | |
| 458 | func (r ScriptRoom) SendText(msg string, excludeIds ...int) { |
| 459 | |
| 460 | msg = roomTextWrap.Wrap(msg) |
| 461 | |
| 462 | r.roomRecord.SendText(msg, excludeIds...) |
| 463 | } |
| 464 | |
| 465 | func (r ScriptRoom) SendTextToExits(msg string, isQuiet bool, excludeUserIds ...int) { |
| 466 |
no test coverage detected