add a version action to give credit and list plugins

This commit is contained in:
Evan Prodromou
2010-01-07 17:26:40 -08:00
parent 2c33e61b94
commit 4a4ac7a108
3 changed files with 232 additions and 1 deletions

View File

@@ -101,7 +101,9 @@ class Router
'silence', 'unsilence',
'repeat',
'deleteuser',
'geocode');
'geocode',
'version',
);
foreach ($main as $a) {
$m->connect('main/'.$a, array('action' => $a));