diff options
author | Sean Allred <code@seanallred.com> | 2015-01-03 22:29:40 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-03 22:29:40 -0500 |
commit | fe43a453a93f3cdd4d5504fe55e61629cfa098e5 (patch) | |
tree | 16e93d7559c86e501485be0acd5f15e7dc1a3deb /bot/sx-bot.el | |
parent | 14d7ada674f2d1f20c3843aa15a02d717c8f388b (diff) |
Fix title commentary
Diffstat (limited to 'bot/sx-bot.el')
-rw-r--r-- | bot/sx-bot.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bot/sx-bot.el b/bot/sx-bot.el index 8ec8f9c..fe93beb 100644 --- a/bot/sx-bot.el +++ b/bot/sx-bot.el @@ -1,4 +1,4 @@ -;;; sx-bot.el --- Functions for viewing different tabs. -*- lexical-binding: t; -*- +;;; sx-bot.el --- Functions for automated maintanence -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Artur Malabarba @@ -19,7 +19,10 @@ ;;; Commentary: -;; +;; This file defines the behavior of a bot. To allow completion for +;; tags, this bot runs through all sites in the network and retrieves +;; all of their tags. This data is then written to a directory which +;; is tracked by the git repository. ;;; Code: |