[project @ 2004-06-13 02:04:44 by unknown_lamer]
authorunknown_lamer <unknown>
Sun, 13 Jun 2004 02:04:51 +0000 (02:04 +0000)
committerunknown_lamer <unknown>
Sun, 13 Jun 2004 02:04:51 +0000 (02:04 +0000)
s/ctcp-quote/bot:ctcp-quote/

ChangeLog
scripts/bobot-utils.scm

index 4c43ab6..5c5c54c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2004-06-12  Clinton Ebadi  <clinton@unknownlamer.org>
 
        * scripts/bobot-utils.scm (ctcp-quote): Implemented ctcp-quote
+       (bot:ctcp-quote): Renamed ctcp-quote to bot:ctcp-quite (whoops)
 
 2004-05-28  Clinton Ebadi  <clinton@unknownlamer.org>
 
index 16f3996..116c8c4 100644 (file)
@@ -98,7 +98,7 @@
 ;;; Returns the CTCP quoted message
 ;;; Input _MUST NOT_ contain the trailing \r\n
 ;;; (it is added by the message sending code)
-(define-public (ctcp-quote message)
+(define-public (bot:ctcp-quote message)
   ;; TODO: Not very efficient, it may be worth reimplementing
   (let ((ls (string->list message)))
      (string-concatenate