summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ASM/Commander.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Commander.pm b/lib/ASM/Commander.pm
index e068194..6719b6d 100644
--- a/lib/ASM/Commander.pm
+++ b/lib/ASM/Commander.pm
@@ -836,7 +836,7 @@ sub cmd_sl {
sub cmd_quit {
my ($conn, $event) = @_;
- $conn->quit($+{reason});
+ $conn->quit('Restart requested by ' . $event->{nick} . ': ' . $+{reason});
}
sub cmd_ev {