diff options
author | hubertf <hubertf@pkgsrc.org> | 2008-07-22 09:56:17 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2008-07-22 09:56:17 +0000 |
commit | 375918973189c66a97fdec32b3d5d98a9a6622eb (patch) | |
tree | 5327450ffd717e8c5166dae6745e4db6036a86c2 /chat/irssi-icb/patches | |
parent | 88c5956603229aaef6a28a2c19a386e42e57d896 (diff) | |
download | pkgsrc-375918973189c66a97fdec32b3d5d98a9a6622eb.tar.gz |
Document how to auto-load the plugin
Diffstat (limited to 'chat/irssi-icb/patches')
-rw-r--r-- | chat/irssi-icb/patches/patch-ad | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chat/irssi-icb/patches/patch-ad b/chat/irssi-icb/patches/patch-ad new file mode 100644 index 00000000000..7130b43af06 --- /dev/null +++ b/chat/irssi-icb/patches/patch-ad @@ -0,0 +1,17 @@ +$NetBSD: patch-ad,v 1.1 2008/07/22 09:56:17 hubertf Exp $ + +--- README.orig 2008-07-22 11:42:10.000000000 +0200 ++++ README 2008-07-22 11:46:02.000000000 +0200 +@@ -14,6 +14,10 @@ + + icbnet = { type = "ICB"; }; + +-and then: ++then run once: + +- /SERVER ADD -auto -icbnet icbnet default.icb.net ++ /SERVER ADD -auto -icbnet icbnet default.icb.net 7326 ++ ++plus put into your ~/.irssi/startup: ++ ++ load icb |