todo: incorporate miku's insults and make all insults it's own function #10

Open
opened 2024-03-04 11:00:35 +00:00 by pwgen2155 · 0 comments
Owner

instead of:

            if rand.randomly('insult', 2):
                self.chanmsg(f"YOUR INSOLENCE WILL NOT BE FORGOTTEN {C('name', player.name)}")

we call insult which sends a random message to the channel

            self.insult(self, 'player.name', 2)

Something like: https://github.com/WeebDataHoarder/radio-ircbot/blob/master/.quotes buuuuuuuuuuuut anime theme

instead of: ``` if rand.randomly('insult', 2): self.chanmsg(f"YOUR INSOLENCE WILL NOT BE FORGOTTEN {C('name', player.name)}") ``` we call insult which sends a random message to the channel ``` self.insult(self, 'player.name', 2) ``` Something like: https://github.com/WeebDataHoarder/radio-ircbot/blob/master/.quotes buuuuuuuuuuuut anime theme
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pwgen2155/dawdle#10
No description provided.