diff options
| -rw-r--r-- | chess-irc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-irc.el b/chess-irc.el index a66f997..cf00fd8 100644 --- a/chess-irc.el +++ b/chess-irc.el @@ -81,7 +81,7 @@ (t (apply 'chess-network-handler event args)))) -(defun chess-irc-engage (nick) +(defun chess-irc-challenge (nick) "Begin playing with another chess-irc user with the given NICK. NOTE: This function is meant to be called from a display buffer!" (interactive "sYour opponent's IRC nick: ") |
