X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-async.el;h=b633ff5752d02b66691d47ae3641b357bbbb75cc;hb=01406a40be08016de1ee09f6618f06a78dcacaed;hp=3b24f6dbe8e61dbac7cbddf240a923774437bba3;hpb=29f64e9d1164d24f6657e79f35efdb18fc04b4c0;p=riece diff --git a/lisp/riece-async.el b/lisp/riece-async.el index 3b24f6d..b633ff5 100644 --- a/lisp/riece-async.el +++ b/lisp/riece-async.el @@ -18,17 +18,16 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: +;; NOTE: This is an add-on module for Riece. + ;; This program allows to connect to an IRC server via local proxy ;; which responds to PING requests from server. -;; To use, add the following line to your ~/.riece/init.el: -;; (add-to-list 'riece-addons 'riece-async) - ;; If you want to enable this feature per server, write the server ;; spec like this: ;; (add-to-list 'riece-server-alist @@ -38,6 +37,7 @@ ;;; Code: (require 'riece-options) +(require 'riece-ruby) ;riece-ruby-command (defgroup riece-async nil "Connect to IRC server via async proxy." @@ -60,12 +60,12 @@ assumed that the file is in the same directory of this file.") (defvar riece-async-server-program-arguments - (list "-s" riece-async-buffer-size + (list "-s" (number-to-string riece-async-buffer-size) "-b" riece-async-backup-file) "Command line arguments passed to `riece-async-server-program'.") (defconst riece-async-description - "Keep IRC connection with external process") + "Connect to IRC server via async proxy.") ;;;###autoload (defun riece-async-open-network-stream (name buffer host service)