return;
}
if (message.equals("!rehash") || !initialized) {
System.out.println("rehashing");
initialized = true;
rubyCaller = new RubyCaller(scriptsDirectory, properties, new HollalaSolution(name, DUDE));
}
if (message.equals(this.wordWord) && this.wordGameRunning) {
this.send_privmsg(channel, "Yes, " + sender
+ ", that's right! It's '" + this.wordWord + "', "
+ this.wordScore + " Points!");