Skip to content

Commit 35ae337

Browse files
committed
...
1 parent 03573a9 commit 35ae337

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "TwitchIRC"
22

3-
version := "0.1"
3+
version := "0.1.1"
44

55
scalaVersion := "2.12.5"
66

src/main/scala/bot/twitchirc/TwitchIRCActor.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class TwitchIRCActor(address: InetSocketAddress, nick: String, oauth: String, pr
121121
| UserGainModeMessage(_, _)
122122
| UserLostModeMessage(_, _)
123123
| IncomingMessage(_, _, _, _)
124+
| IncomingWhisper(_, _, _)
124125
| UserBan(_, _, _)
125126
| GlobalUserState(_)
126127
| RoomState(_, _)

0 commit comments

Comments
 (0)