EvilzoneLabs / BeastBot

EZBot - irc.evilzone.org's official network bot
http://www.evilzone.org
GNU General Public License v3.0
3 stars 3 forks source link

Update insult.py #38

Closed kh0fo closed 9 years ago

kh0fo commented 9 years ago

if user enters !insult me, the user gets insulted by his username example: khofo: !insult me EZBot: khofo, why don't you grow up a little bit... I don't like fighting midgits

itpho3nix commented 9 years ago

Another idea for !insult is if left blank, it will direct to the last person who said something. So if khofo said "damn I'm tired" I could type !insult and it will insult khofo.

Furthermore a !cb or !comeback command to issue an insult to the last person who used !insult

kh0fo commented 9 years ago

that's not a bad idea, but I am not very experienced with the bot and how to get the last username that sent a message or the last username that used !insult on you . maybe u can do it, it's kinda easy it's just that u have to be familiar with how the bot works and I suggest addind a modCommand for !cb/!comeback inside !insult so cb is a function in insult and thus more convenient to get an inuslt

chris2727 commented 9 years ago

There currently is not a way to get the last user who said something. That is something new that we would have to implement within the bot. Not saying it is a bad idea or anything, as that could provide more functionality to modules in the future as well.