diff options
| -rw-r--r-- | .gitremotes | 9 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 14 insertions, 1 deletions
diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 0000000..dc045e4 --- /dev/null +++ b/.gitremotes @@ -0,0 +1,9 @@ +[remote "origin"] + url = git@vapor.systems:catinator.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "github"] + url = git@github.com:maxaudron/catinator.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "gitlab"] + url = git@gitlab.com:cocainefarm/catinator.git + fetch = +refs/heads/*:refs/remotes/origin/* @@ -1,6 +1,10 @@ + + + + # catinator -catinator is an irc bot made by and for the `#gnulag` channel on snoonet. It +catinator is an irc bot made by and for the `#linuxmasterrace` channel on snoonet. It also tries to be usable as a general purpose higher level IRC bot making library, based on the [irc crate](https://docs.rs/irc). |
