なんで caution とかいわないで。なんとなく。 んで elisp は 33rpmさん に教えてもらって (add-hook 'riece-keyword-notify-functions (lambda (keyword message) (call-process "touch" nil nil nil "/tmp/riece"))) (add-hook 'riece-after-switch-to-channel-functions (lambda (last) (call-process "rm" nil nil nil "/tmp/riece"))) こんな感じのを .riece/init においておく。これでIRCでキーワード流れると /tmp/riece ができる。 チャンネルかえると消える。 #!/usr/bin/perl use strict; use warning