summaryrefslogtreecommitdiff
path: root/chess-irc.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-09 01:28:37 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-09 01:28:37 +0000
commit18f22844af74b15732d7fc7dfad318a1ba0c0d99 (patch)
tree0fcdaab856c1e82080f0c87f5895a212081f9633 /chess-irc.el
parent2f9a87ac4d488c53409e473246b7e42ea11b6f18 (diff)
*** no comment ***
Diffstat (limited to 'chess-irc.el')
-rw-r--r--chess-irc.el8
1 files changed, 4 insertions, 4 deletions
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)