diff options
author | nico <nico@magicbroccoli.de> | 2020-10-26 19:23:22 +0100 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2020-10-26 19:23:22 +0100 |
commit | a109b226bf6503584b4dea5a4203141e44338b85 (patch) | |
tree | 3b531cc3a12a099e5df169e312ba0da4a93c5bf5 /.gitattributes |
Initial working release
XMPP retired MUC Bot
This Bot connects to a chosen MUC to inform connecting users of
the new/ different MUC they should connect to.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..48f44e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python |