summaryrefslogtreecommitdiff
path: root/posterbot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'posterbot.lisp')
-rw-r--r--posterbot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/posterbot.lisp b/posterbot.lisp
index ec604f4..6abe0cf 100644
--- a/posterbot.lisp
+++ b/posterbot.lisp
@@ -67,7 +67,7 @@ is, downloads the image and posts it to the current room."
(getf config :ssl)
t)
:hardcopy (getf config :hardcopy)
- :user-id (gerf config :user-id)
+ :user-id (getf config :user-id)
:homeserver (getf config :homeserver))))
(when (not (logged-in-p bot))
(login bot (getf config :user-id) (getf config :password)))