Merge origin/master

This commit is contained in:
cnaude 2017-04-05 20:12:01 -07:00
commit 252050569c

View File

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