X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Frm_plugin.rb;h=95c595aa2afc94c881007c8984c7fb4b276aa521;hp=fc0e7a081d97f602124dc9ccaef2ba53b60aa1d6;hb=6f2bc0181c6bb900e37d04ea722beec54486b87e;hpb=72696d3f6e95ef773af9727e9c3459b9038b0fc2;ds=sidebyside diff --git a/lib/rm/rm_plugin.rb b/lib/rm/rm_plugin.rb index fc0e7a0..95c595a 100644 --- a/lib/rm/rm_plugin.rb +++ b/lib/rm/rm_plugin.rb @@ -15,6 +15,14 @@ module RmPlugin return @includers end + def runner() + return RmRunner + end + + def dummy_runner() + return RmDummyRunner + end + def delete_domain(domain) # Delete the given domain. Some plugins don't have a concept of # domains, so just delete all users with a username that looks