$ git clone http://tcclient.ion.nu/tc_client.git
commit c683eaad65395f9ae20a86e9b0b57654c120b8ac
Author: Alicia <...>
Date:   Thu Apr 9 22:03:07 2015 +0200

    Added a little note about the video being pre-approved when requesting an already approved video.

diff --git a/ChangeLog b/ChangeLog
index d7c6758..6bcdafa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 0.31:
 tc_client-gtk: added a margin to the autoscroll code, which should make scrolling work better when resizing the window or panes.
+modbot: added a little note about the video being pre-approved when requesting an already approved video.
 0.30:
 Adjusted the configure script for compatibility with shells that still interpret escaped characters in single-quotes (contributed by Jade)
 Added a /topic command to set the channel topic.
diff --git a/utilities/modbot/modbot.c b/utilities/modbot/modbot.c
index bb193b8..11f4978 100644
--- a/utilities/modbot/modbot.c
+++ b/utilities/modbot/modbot.c
@@ -390,7 +390,7 @@ int main(int argc, char** argv)
             }
           }
           else if(!playing){playnext(0);}
-          else{say(pm, "Added '%s' to queue\n", title);}
+          else{say(pm, "Added '%s' to queue, it has already been approved\n", title);}
         }
         // Undo
         else if(!strcmp(msg, "!wrongrequest"))