diff options
Diffstat (limited to '')
| -rw-r--r-- | cmd/irc/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/irc/main.go b/cmd/irc/main.go index 7702e94..51a6b0a 100644 --- a/cmd/irc/main.go +++ b/cmd/irc/main.go @@ -229,6 +229,8 @@ func handleInput(s *irc.Session, buffer, content string) { } s.PrivMsg(buffer, args) + case "QUOTE": + s.SendRaw(args) case "J", "JOIN": s.Join(args) case "PART": |
