From 219d4d352a3355577353eafb51caf4e8d6d73b68 Mon Sep 17 00:00:00 2001 From: Git Date: Thu, 22 Oct 2015 08:00:26 +0000 Subject: [PATCH] Empty commit --- docs/CHANGES.txt | 3 +++ sections/staffblog/index.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 88b0c733..a0d5253a 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -1,5 +1,8 @@ CHANGE LOG +2015-10-21 by newman +Update the IRC message sent when creating a new staff blog to be more useful + 2015-10-19 by newman Fix capitalization on the torrent group edit page diff --git a/sections/staffblog/index.php b/sections/staffblog/index.php index 6855bb04..807229a9 100644 --- a/sections/staffblog/index.php +++ b/sections/staffblog/index.php @@ -72,7 +72,7 @@ $Cache->delete_value('staff_blog'); $Cache->delete_value('staff_blog_latest_time'); - send_irc("PRIVMSG ".ADMIN_CHAN." :!blog " . $_POST['title']); + send_irc("PRIVMSG ".ADMIN_CHAN." :!mod New staff blog: " . $_POST['title'] . " - https://".SSL_SITE_URL."/staffblog.php#blog" . $DB->inserted_id()); header('Location: staffblog.php'); break;