# HG changeset patch # User Alex Schroeder # Date 1155421477 0 # Node ID 5fd25292c118771e6366b1ff6e8f0b53f20c6b3a # Parent c2361074a3c77d04fb5861798c76fa3d68a0506e (Configuration): Use correct variable in rcirc-authinfo example. diff -r c2361074a3c7 -r 5fd25292c118 man/rcirc.texi --- a/man/rcirc.texi Sat Aug 12 17:32:00 2006 +0000 +++ b/man/rcirc.texi Sat Aug 12 22:24:37 2006 +0000 @@ -501,7 +501,7 @@ Here is an example to illustrate how you would set it: @example -(setq rcirc-startup-channels-alist +(setq rcirc-authinfo '(("freenode" nickserv "bob" "p455w0rd") ("freenode" chanserv "bob" "#bobland" "passwd99") ("bitlbee" bitlbee "robert" "sekrit")))