From 18f22844af74b15732d7fc7dfad318a1ba0c0d99 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 01:28:37 +0000 Subject: *** no comment *** --- chess-irc.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chess-irc.el') diff --git a/chess-irc.el b/chess-irc.el index 0b3b98c..4224c7a 100644 --- a/chess-irc.el +++ b/chess-irc.el @@ -11,17 +11,17 @@ :group 'chess-engine) (defcustom chess-irc-host "irc.openprojects.net" - "" + "The IRC host to connect your chess-irc engine to." :type 'string :group 'chess-irc) (defcustom chess-irc-port 6667 - "" + "The port of the IRC host specified by `chess-irc-host'." :type 'string :group 'chess-irc) -(defcustom chess-irc-nick "jwchess" - "" +(defcustom chess-irc-nick (user-login-name) + "The nick you wish to use for sending/receiving IRC chess moves." :type 'string :group 'chess-irc) -- cgit v1.2.3