You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command for adding a new quote:
!%commandName% %quote
Where %commandName refers to the name of the command and %quote refers to the desired quote. Quotes will be stored in Kurea's MongoDB/NEDB under the collection 'qoutes', with documents with the values:
{
id : COUNT of the collection 'quotes' at the time of insertion,
message : content of the quote
}
Command for retrieving a qoute:
!%commandName
Where %commandName refers to the name of the command. The quote retrieved will be a random entry in the collection.
The text was updated successfully, but these errors were encountered:
Don't manually use the db, use the api we have (look at MemoModule). And
maybe store the server and channel too, so you can only see quotes for that
channel. It'd be weird if you saw a random quote from Freenode.
On Jul 22, 2014 5:25 AM, "Mocuto" [email protected] wrote:
A module for storing notable conversation quotes.
Command for adding a new quote:
!%commandName% %quote
Where %commandName refers to the name of the command and %quote refers to
the desired quote. Quotes will be stored in Kurea's MongoDB/NEDB under the
collection 'qoutes', with documents with the values:
{
id : COUNT of the collection 'quotes' at the time of insertion,
message : content of the quote
}
Command for retrieving a qoute:
!%commandName
Where %commandName refers to the name of the command. The quote retrieved
will be a random entry in the collection.
—
Reply to this email directly or view it on GitHub #67.
A module for storing notable conversation quotes.
Command for adding a new quote:
!%commandName% %quote
Where %commandName refers to the name of the command and %quote refers to the desired quote. Quotes will be stored in Kurea's MongoDB/NEDB under the collection 'qoutes', with documents with the values:
{
id : COUNT of the collection 'quotes' at the time of insertion,
message : content of the quote
}
Command for retrieving a qoute:
!%commandName
Where %commandName refers to the name of the command. The quote retrieved will be a random entry in the collection.
The text was updated successfully, but these errors were encountered: