0Seren / Scala.TwitchIRC

An IRC for twitch.tv
1 stars 1 forks source link

Broaden Types #7

Closed 0Seren closed 9 years ago

0Seren commented 9 years ago

Things like List[T] should be changed to Seq[T] or Iterable[T], etc.

0Seren commented 9 years ago

Generalized.