Created
February 2, 2018 16:48
-
-
Save arathnim/0212ccfe1b78df74db091dfa72ded7d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fictional ruby irc library | |
class Remind < Command | |
defparser handle(time:t, raw_string:s) | |
remind_queue.push([t + current_time, s]) | |
end | |
# start a thread to check over the queue | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment