]> ruin.nu Git - NDIRC.git/commitdiff
Added link to webbie
authorMichael Andreen <harv@ruin.nu>
Sat, 30 May 2009 19:28:09 +0000 (21:28 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 30 May 2009 19:44:20 +0000 (21:44 +0200)
Commands/Members.pm

index a2f54eeb061e3990fdce93eb577609e608ff83b0..dbfa1f416f6b01495dee17db37903bb7893b8b39 100644 (file)
@@ -116,4 +116,11 @@ SELECT username,COALESCE(sms,'nothing added') FROM users WHERE username ILIKE ?
        }
 }
 
+sub links
+       : Help(Shows link to webbie and maybe more links later)
+{
+       my ($self,$c,$msg) = @_;
+       $c->reply("https://nd.ruin.nu/");
+}
+
 1;