Mod only commands in Java Pircbot

What should I use to send messages, I tried both event.respond and event.getChannel.send().message(event.getChannel(), “String Message”) but neither has worked. I see the messages going through in the console so I know the reader is seeing them. Do I have to use PRIVMSG and what would the syntax for that be?