Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Jarara committed Jun 15, 2017
1 parent 693d342 commit 2a841c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(source gnu)
(source melpa)

(package "circe-actions" "0.0.14" "Callback primitives for circe events")
(package "circe-actions" "0.0.5" "Callback primitives for circe events")

(depends-on "circe" "irc" "subr")

Expand Down
6 changes: 3 additions & 3 deletions circe-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


;; Author: alphor
;; Version: 0.0.4
;; Version: 0.0.5
;; Keywords: circe callback handler

;; Utility functions for interfacing with circe-irc-handler-table
Expand Down Expand Up @@ -86,8 +86,8 @@ contents - text payload of the event"
(let ((args (cons server-proc (cons event rest-args))))
(when (apply condition-p-function args)
(unless persist
(circe-actions-deactivate-function symbol event))
(apply action-function args))))))
(circe-actions-deactivate-function symbol event))
(apply action-function args))))))

(defun circe-actions-deactivate-function (handler-function event)
"Remove HANDLER-FUNCTION from EVENT bucket in circe-irc-handler-table, and remove it from the alist, in that order."
Expand Down

0 comments on commit 2a841c3

Please sign in to comment.