Welcome to the CHICKEN Scheme pasting service

Mouhahaha pasted by Youbi on Fri Sep 19 19:42:07 2014

(use vandusen)
(config `((host . "irc.freenode.org")
		  (nick "Koopain")
		  (debug #t)))

(define (youbi) (whisper-to "Youbi" "hello dear Youbi"))
(after-connect youbi)

Solution added by alexcharlton on Fri Sep 19 20:05:09 2014

;; Config is an alist, so you are setting nick to be ("Koopain") - i.e. a single-element list - and you have the same problem with debug.
;; It should read:

(config `((host . "irc.freenode.org")
          (nick . "Koopain")
	  (debug . #t)))

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
Which procedure can be used to check whether its argument is a string?
Visually impaired? Let me spell it for you (wav file) download WAV