Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple irc logger written in elisp!

License

NotificationsYou must be signed in to change notification settings

alxbnct/erc-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple irc logger written in elisp! It's used for logging all the irc channelsyou've joined and automatically organizing them into folders by date. It also supports addingirc channels at run time.

Intallation

  1. clone this repo to any location
  2. add the path of the repo toload-path
  3. byte compile the source fileerc-logger.el usingbyte-compile-file

Configuration

write the following config with any file name (eg..erc.emacs)

;; .erc.emacs(add-to-list 'load-path "__PATH_TO_THE_REPO__")(require 'erc-logger)(require 'erc-join);; You may customize some options using;; M-x customize-group  erc-logger (erc-autojoin-mode 1)(erc :server "irc.libera.chat" :port 6667 :nick "__YOUR_NICKNAME__" :password "__YOUR_PASSWORD__")(setq erc-autojoin-channels-alist '(("libera.chat" "#c" "#c++" "#linux"                                     "#lisp" "##c++" "#clasp" "#clojure" "#guile"                                      "#vim" "#neovim" "#emacs" "#erc")))(erc-logger-log-start))))

Usage

You can run with emacs daemon

emacs -l /path/to/.erc.emacs --daemon=/path/to/socket-file

and connect using emacs-client

emacs-client -nw -c -s /path/to/socket-file

You can join new channel at run time using the irc command/join.

About

A simple irc logger written in elisp!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp