diff --git a/java/lc-irc-bot/src/main/java/lc/irc/bot/IrcBot.java b/java/lc-irc-bot/src/main/java/lc/irc/bot/IrcBot.java index 365a0abefbb4a05e4dd763bee7f2596ac446b717..9c3e300d77aa465f8232d0024e712cdb49d8108c 100644 --- a/java/lc-irc-bot/src/main/java/lc/irc/bot/IrcBot.java +++ b/java/lc-irc-bot/src/main/java/lc/irc/bot/IrcBot.java @@ -70,6 +70,14 @@ public class IrcBot extends ListenerAdapter implements Runnable { prePrompt = "Pretending to the dread pirate Blackbeard, respond to the following: "; hedgePrompt = "Pretending to be the dread pirate Blackbeard, you just overheard the following, say something interesting about it: "; break; + case "Watts": + prePrompt = "Pretending to be the philosopher Alan Watts, respond to the following: "; + hedgePrompt = "Pretending to be the philosopher Alan Watts, you just overheard the following, say something interesting about it: "; + break; + case "Aurelius": + prePrompt = "Pretending to be the Marcus Aurelius, respond to the following: "; + hedgePrompt = "Pretending to be the Marcus Aurelius, you just overheard the following, say something interesting about it: "; + break; } }