summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 27a5ab6..e37670f 100644
--- a/main.go
+++ b/main.go
@@ -97,6 +97,7 @@ func initCmds() {
RegisterCommand("add-link", addLinkCmd)
RegisterCommand("set-earthporn-savepath", setSavepathCmd)
RegisterCommand("set-weather-place", setPlaceCmd)
+ RegisterCommand("set-maxdim", setMaxdimCmd)
}
func runConf() {