Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMuratov committed Apr 2, 2018
1 parent 03573a9 commit 35ae337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "TwitchIRC"

version := "0.1"
version := "0.1.1"

scalaVersion := "2.12.5"

Expand Down
1 change: 1 addition & 0 deletions src/main/scala/bot/twitchirc/TwitchIRCActor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class TwitchIRCActor(address: InetSocketAddress, nick: String, oauth: String, pr
| UserGainModeMessage(_, _)
| UserLostModeMessage(_, _)
| IncomingMessage(_, _, _, _)
| IncomingWhisper(_, _, _)
| UserBan(_, _, _)
| GlobalUserState(_)
| RoomState(_, _)
Expand Down

0 comments on commit 35ae337

Please sign in to comment.