]> git.donarmstrong.com Git - infobot.git/commitdiff
When we did a symlink to all the set commands, the string was made
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 Apr 2001 14:05:15 +0000 (14:05 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 Apr 2001 14:05:15 +0000 (14:05 +0000)
static (set to "Text") so it was broken.
also added link from Desc to Text

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@429 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/News.pl

index 1446db18a8694aaa79363549a77e8bd67da8298e..b93788d4f183e5e35c9523c77a3f69e049c91b4e 100644 (file)
@@ -73,7 +73,7 @@ sub Parse {
        # shortcut/link.
        # nice hack.
        my($arg1,$arg2) = split(/\s+/, $3, 2);
-       &set("$arg1 Text $arg2");
+       &set("$arg1 $1 $arg2");
     } elsif ($what =~ /^help(\s+(.*))?$/i) {
        &::help("news$1");
     } else {