PDA

View Full Version : Making everything the sitebots says in the channel encrypted using blowfish.


svengoran
07-21-2006, 09:02 PM
hi how do i get it to work.
"set ioBvar(blowfish_header) "+OK"
set ioBvar(blowfish_key) "" ;# Leave empty to disable
# Encrypt private messages ? Channel messages are encrypted when a key is set
set ioBvar(encrypt_pm) 1
# Key used by the bots to encrypt shared messages
set ioBvar(botkey) "anykey""

do i just put the key the channel uses where it says "blowfish_key" in the blowfish section and it will work?