Browse Source

ffpb_fun: react to "pubkey", too

Helge Jung 9 years ago
parent
commit
735427a6c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ffpb_fun.py

+ 1 - 1
modules/ffpb_fun.py

@@ -99,6 +99,6 @@ def ffpb_grammarnazi_alswie(bot, trigger):
 
 
 @willie.module.rule(r'(?i)gi(ve |m)me the key to your heart')
-@willie.module.rule(r'(?i)(.+\s)?(ssh[- ]?)?key (vom|des) (status[- ]?)?bot(\s|\.|\?|$)')
+@willie.module.rule(r'(?i)(.+\s)?(ssh[- ]?)?(pub(lic)?[- ]?)?key (vom|des) (status[- ]?)?bots?(\s|\.|\?|$)')
 def ffpb_botkey(bot, trigger):
     bot.reply('ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJfsG/myO4y9WzJSP+ixluHFmkIMJJRsvRT8t5h4y/5A7QzovOw1GpCmWJWnZ6GKXilTxb8ycqVfDcFPB2NRkdJUjYL+v4IMriPeBigAjc6FoUZXOS3TOZVhaTlNT4XxXKOYF/Rpgscv5f0iu1SG0Tp4mb2TX04pZjbnLNBABbjn592abEuMG5bH/g9odi50S0MoU/qCH9AZvkoc8vGu+flOBrKfFi+7g2GxF/w66mMvCJfK27QFSPOiFV3CT6ZfSZM138OCdC1SOi89X9+oCEQ3LB9A+bJgyYnxqp8eVpRPui6K9sPkax71tMimRJA5Xgdvqt9HpcgtNYxKJ4gYMR ffpb-statusbot')