; -*- guile-scheme -*-

(define (bot-eval channel str)
  (bot-say channel
	   (eval-string str)))

(bot-addcommand "eval" bot-eval #t 2 4)