R.A. Epigonos et al.

[weechat] サーバとのメッセージのやり取りを表示

サーバとのやり取りを表示できると、スクリプトを書きやすい。特に、サーバからのnumeric replyを調査するときに便利。

任意のバッファで以下のコマンドを実行。

/server raw

rawメッセージバッファが生成され、以下のようなメッセージが流れる。

IRC raw messages
01:01:05 ******** %lt;-- | PING ***********************
01:01:06 ******** --%gt; | :*********************** PONG *********************** :***********************
01:01:07 ******** --%gt; | :*****!*****@*************************************************** QUIT :Ping timeout: 252 seconds
01:01:08 ******** --%gt; | :****!****@************ PRIVMSG #*** :********************************************************
01:01:08 ******** --%gt; | :*******!~*******@**************** JOIN #****
01:01:21 ******** --%gt; | :*******!********@********************************* PRIVMSG #*** :**
[01:01] [135] [irc] ***:irc_raw

リファレンス

  1. RFC1459: Internet Relay Chat Protocol (IRC)
  2. WeeChat FAQ (Frequently Asked Questions)
  3. WeeChat User’s Guide

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2010-03-29T01:08:46+09:00
  2. Modified: 2010-03-29T01:08:46+09:00
  3. Generated: 2023-08-27T23:09:17+09:00