Sane Voice
Joined: 17 Nov 2013 Posts: 19 Location: #kl-channel@Rizon.net
|
Posted: Sun Nov 17, 2013 12:55 am Post subject: |
|
|
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? |
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.
To achieve this, edit the megahal.tcl script and add the following to ' set responsekeywords "" ':
Code: | # 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" |
It will respond to its original nick no matter what CaSe You USE, the same applies to the response keyword(s)/pseudonym. |
|