-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use more fields in userinfo.tcl #27
Comments
yeah, i agree on the bday stuff. :) there is an other topic about that. say hbty to a user when its birthday.. |
I have code in progress for having the bot wish people happy birthday automatically, including have it figure out when people's birthdays are (by seeing other people wish them happy birthday etc) if it doesn't know otherwise. |
the most "fool proof" way would be DOB that bot can read. trying to catch people saying happy b-day in the channel would make it open to abuse aka people spamming happy bday and bot jumping into the crowd aswell thinking it is actually that person bday. |
It would be open to abuse but I have things planned (and some coded) for that - that's why the code isn't committed yet because it's so complex. If something manual like DOB is set then obviously I'll use it, but half the fun of bMotion (both writing the code and using it) is having it figure this stuff out for itself. Did you notice it tries to guess your gender? :) |
To be honest never really noticed that, probably because i always set user gender when adding user to botnet. |
mhm. bot's birthday also a good idea. in the config there should be a setting of it. btw: #13 |
Was planning on having the bot record its birthday when you first ever launch bMotion :) |
Here's a much better birthday for bMotion: On Tue, Jul 1, 2014 at 6:43 AM, James Seward [email protected]
|
would be better if you could set it but if you wont set then it sets to the date when it was first launched. i would like to give special dates to their birtdays. :D |
Looking forward to your pull request ;) |
Currently, if i am correct, not much usage is made of userinfo.tcl, except gender that you have to code into manually to make use of. userinfo.tcl has lot of potential to add new functions/options into bmotion. Example :
BF / GF - if set then bot can tease or make comments on a "couple".
DOB : if set bot can congratulate the user and give gifts. If bot has DOB set maybe special bday mode?
There are quite many fun ways to expand and make bmotion more better tapping into userinfo.tcl :)
The text was updated successfully, but these errors were encountered: