Skip to content

Commit

Permalink
fix specified username selection and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Sep 21, 2012
1 parent e03364f commit c7ad101
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions shoes-off.el
Expand Up @@ -6,7 +6,7 @@
;; Keywords: comm
;; Maintainer: Nic Ferrier <nferrier@ferrier.me.uk>
;; Created: 19th September 2012
;; Version: 0.0.10
;; Version: 0.1.2
;; Package-Requires: ((kv "0.0.5")(anaphora "0.0.2"))

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -150,9 +150,7 @@ Returns `nil' if auth is not found."
;; Pick the first off the server alist
(car (plist-get bouncer :server-alist))
;; else pick the specified one
(aget
(plist-get bouncer :server-alist)
service))))
(assoc service (plist-get bouncer :server-alist)))))
(plist-put
(copy-list bouncer)
:username
Expand Down

0 comments on commit c7ad101

Please sign in to comment.