mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-12 14:18:08 -05:00
Added op, voice, deop, devoice commands to command parser
This commit is contained in:
parent
2b895d855c
commit
6ecbac45af
@ -56,6 +56,10 @@ public class CommandParser
|
||||
commands.put("echo", new EchoCommand());
|
||||
commands.put("topic", new TopicCommand());
|
||||
commands.put("quit", new QuitCommand());
|
||||
commands.put("op", new OpCommand());
|
||||
commands.put("voice", new VoiceCommand());
|
||||
commands.put("deop", new DeopCommand());
|
||||
commands.put("devoice", new DevoiceCommand());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user