The Wayback Machine - https://web.archive.org/web/20220528223814/https://github.com/topics/gpg
Skip to content
#

gpg

Here are 646 public repositories matching this topic...

jlu5
jlu5 commented Sep 10, 2021

Today in #limnoria-bots we found that MoobotFactoids supports replacing and regex-replacing existing factoids. This isn't documented in the plugin README, so it's not obvious at all for folks new to the plugin.
Syntax seems to be:

  • no x is y - replace factoid x with content y
  • x ~= s/y/z/ applies regexp s/y/z/ to the factoid x

I assume that this is covered in the original moo

pratikgs-dd
pratikgs-dd commented Nov 20, 2019

the utility scripts overwrites existing files and configuration as it executes each instruction.
In case the script fails for some reason, all the modified files are left as it is, which sometimes corrupts the existing configuration.

It will be useful if the script backup relevant files and restore them in case of error.

enhancement good first issue

Improve this page

Add a description, image, and links to the gpg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpg topic, visit your repo's landing page and select "manage topics."

Learn more