help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with erc function


From: someusernamehere
Subject: Re: help with erc function
Date: Fri, 29 Feb 2008 16:10:38 -0800 (PST)
User-agent: G2/1.0

On Feb 29, 4:46 pm, Bastien <b...@altern.org> wrote:

> Can you show some code?


sure, take a look:


(defun kick (nick)
  (let* ((chan (erc-default-target)))
         (erc-send-command (format "kick %s %s %s" chan nick "go
away"))))


thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]