]> git.donarmstrong.com Git - infobot.git/commitdiff
copyright, show from
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 8 Nov 2004 22:54:02 +0000 (22:54 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 8 Nov 2004 22:54:02 +0000 (22:54 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1032 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/pager.pl

index 56bc49554adbf0381b2a09a1b81e9978093bfcae..41768960db81032998419229837a83a7526e5b38 100644 (file)
@@ -1,6 +1,16 @@
 # Pager
 #
-# modified from pager.pm in flooterbuck
+# modified from pager.pm in flooterbuck changes are:
+#
+# Copyright (c) 2004 Tim Riker <Tim@Rikers.org>
+#
+# This package is free software;  you can redistribute it and/or
+# modify it under the terms of the license found in the file
+# named LICENSE that should have accompanied this file.
+#
+# THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 package pager;
 use strict;
@@ -70,7 +80,7 @@ sub pager::page {
                if ($failed) {
                        $retval='Sorry, an error occurred while sending mail.';
                } else {
-                       $retval="$from: I sent mail to $toaddr.";
+                       $retval="$from: I sent mail to $toaddr from $fromaddr.";
                }
        } else {
                $retval="Sorry, I don't know ${to}'s email address.";