mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-25 19:45:54 +01:00
Merge origin/master
This commit is contained in:
commit
252050569c
@ -84,6 +84,14 @@ public class IRCMessageEvent extends Event {
|
||||
return this.permission;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String getChannel() {
|
||||
return this.channel;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
|
Loading…
Reference in New Issue
Block a user