]> git.donarmstrong.com Git - infobot.git/blobdiff - src/UserExtra.pl
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / src / UserExtra.pl
index 7be8132e2529ac84e496ce93b6e0d30dc0ed9ce6..3a33008631a70dcfcafd9ca221303016f3e812f7 100644 (file)
@@ -552,7 +552,7 @@ sub userCommands {
        my $reply = $3;
 
        if (!defined $reply) {
-           &help("rot13");
+           &help('rot13');
            return;
        }
        my $num = $1 % 26;
@@ -746,3 +746,5 @@ sub userCommands {
 }
 
 1;
+
+# vim:ts=4:sw=4:expandtab:tw=80