Is there some file in the configuration folder where I can add Nicknames that the bot will consider as if its names was said?
I.E making a bot called "Gingerbreadsnap" reply to sentences with "GingerB" in them?
Yes, there is a way. To achieve this you need to be using the 'megahal.tcl' script (load it in your eggdrop *.conf file with 'source scripts/megahal.tcl') . In it there is a section that allows you to set other response keywords besides the botnick.Zeyra wrote:Is there some file in the configuration folder where I can add Nicknames that the bot will consider as if its names was said?
I.E making a bot called "Gingerbreadsnap" reply to sentences with "GingerB" in them?
Code: Select all
# Which keywords besides the botnick should be responded to (use space delimited list)
# Examples can include alternative bot nicknames, people's names, special words like hello, music, etc
set responsekeywords "gingerb"