doQuit('by request of ' . $this->event->getNick()); } public function onDoDie() { $this->doQuit('bows to ' . $this->event->getNick() .' and commits seppuku'); } }