1 Mar 2008 01:10
Re: help with erc function
someusernamehere <someusernamehere <at> gmail.com>
2008-03-01 00:10:38 GMT
2008-03-01 00:10:38 GMT
On Feb 29, 4:46 pm, Bastien <b... <at> 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.
RSS Feed