summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit <git@what.cd>2015-10-22 08:00:26 +0000
committerGit <git@what.cd>2015-10-22 08:00:26 +0000
commit219d4d352a3355577353eafb51caf4e8d6d73b68 (patch)
tree1cb19345bbcd9261a5ef78d5366d970cea15b868
parentafd8132b81f9f1aebcd9b42ac33394f4ef623d45 (diff)
downloadGazelle-219d4d352a3355577353eafb51caf4e8d6d73b68.zip
Gazelle-219d4d352a3355577353eafb51caf4e8d6d73b68.tar.gz
Gazelle-219d4d352a3355577353eafb51caf4e8d6d73b68.tar.bz2
Empty commit
-rw-r--r--docs/CHANGES.txt3
-rw-r--r--sections/staffblog/index.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 88b0c73..a0d5253 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 6855bb0..807229a 100644
--- a/sections/staffblog/index.php
+++ b/sections/staffblog/index.php
@@ -72,7 +72,7 @@ if (check_perms('admin_manage_blog')) {
$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;