1
0
Fork 0
forked from External/ergo

get rid of unnecessary concurrency for channels and clients

This commit is contained in:
Jeremy Latt 2014-02-16 22:20:42 -08:00
parent 54ca916c85
commit 4e56ea1bdc
6 changed files with 172 additions and 334 deletions

View file

@ -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 {