[project @ 2005-07-06 19:32:18 by unknown_lamer]
[clinton/bobotpp.git] / scripts / tamere
index cff6b2c..559fe43 100644 (file)
 (define (tamere w)
   (string-append w
    ", ta mère "
-   (list-ref where (bot-random (length where))) " "
-   (list-ref how (bot-random (length how)))))
+   (list-ref where (bot:random (length where))) " "
+   (list-ref how (bot:random (length how)))))
 
-(define (bot-tamere c w)
-  (bot-say c (tamere w)))
+(define (bot:tamere c w)
+  (bot:say c (tamere w)))
 
-(bot-addcommand "tamere" bot-tamere #t 2 1)
+(bot:addcommand "tamere" bot:tamere #t 2 1)