Add com.shr4pnel.ferretirc.irc package to model the live state of IRC
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.shr4pnel.ferretirc.irc
|
||||
|
||||
class IRCChannel(val chanName: String, val clientCount: Int, val topic: String) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user