GithubHelp home page GithubHelp logo

Comments (7)

andy5995 avatar andy5995 commented on July 21, 2024

I can write that in, and commit it within the next few days. @rawsonj , can you assign this ticket to me?

from triviabot.

andy5995 avatar andy5995 commented on July 21, 2024

@rawsonj I can apply this patch once it's reviewed and approved.

@@ -213,7 +218,9 @@ class triviabot(irc.IRCClient):
             self.msg(channel,
                      "I'm sorry, answers must be given in the game channel.")
             return
-        self._gmsg("%s GOT IT!" % user.upper())
+        self._gmsg("%s GOT IT!\n" % user.upper())
+        self._gmsg("If there was any doubt, the correct answer was:\n")
+        self._gmsg("%s\n" % self._answer.answer)
         try:
             self._scores[user] += self._current_points
         except:

from triviabot.

rawsonj avatar rawsonj commented on July 21, 2024

lol, I like the message. We should play test it a bit.

from triviabot.

andy5995 avatar andy5995 commented on July 21, 2024

:) Sure, it's already included in the bot running in #triviabot-dev and #triviabot

Hey, @rawsonj, by the way, thanks for the github invite and adding me as a contributor.

from triviabot.

andy5995 avatar andy5995 commented on July 21, 2024

@rawsonj Does that patch need tweaking at all? From our discussion on IRC, I got the impression you were okay with it as is, but I wasn't sure if needed any tweaking.

I'll run the diff against your new code though before I try applying it. I haven't had time to study all your new changes yet.

from triviabot.

rawsonj avatar rawsonj commented on July 21, 2024

I'm ok with the patch you have to close this issue out.

Go ahead and merge it and close the issue.

from triviabot.

andy5995 avatar andy5995 commented on July 21, 2024

Done.

from triviabot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.