Merge pull request #31 from PugaBear/patch-2

Add a getChannel method
This commit is contained in:
Chris 2017-04-04 17:01:12 -07:00 committed by GitHub
commit e4dddab209

View File

@ -84,6 +84,14 @@ public class IRCMessageEvent extends Event {
return this.permission;
}
/**
*
* @return
*/
public String getChannel() {
return this.channel;
}
/**
*
* @return