summaryrefslogtreecommitdiffstats
path: root/gateway/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gateway (#648)Wim2018-12-121-0/+210
* Decrease complexity of handleMessage, handleReceive, handleFiles * Move handlers to handlers.go * Split ignoreMessage up in ignoreTextEmpty, ignoreNicks and IgnoreTexts * Add ignoreEvent * Add testcase for ignoreTextEmpty, ignoreNicks, ignoreTexts and ignoreEvent