(defvar *core* (maiden:start (make-instance 'maiden:core))) (maiden:add-to-core *core* '(maiden-irc:irc-client :name "twitch-tv" :nickname "gingeralesy" :sasl (:username "long-username-code-for-oauth" :password "long-password-code-for-oauth") :host "irc.chat.twitch.tv" :channels ("#gingeralesy") :port 6697) 'maiden-commands:commands)