forked from External/ergo
get rid of unnecessary concurrency for channels and clients
This commit is contained in:
parent
54ca916c85
commit
4e56ea1bdc
6 changed files with 172 additions and 334 deletions
|
|
@ -362,10 +362,6 @@ func NewPrivMsgCommand(args []string) (editableCommand, error) {
|
|||
}, nil
|
||||
}
|
||||
|
||||
func (m *PrivMsgCommand) TargetIsChannel() bool {
|
||||
return IsChannel(m.target)
|
||||
}
|
||||
|
||||
// TOPIC [newtopic]
|
||||
|
||||
type TopicCommand struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue