Anope IRC Services

Anope Development => Modules => Topic started by: CrazyCat on August 13, 2007, 09:44:38 PM

Title: bs_quotes : how multilines works?
Post by: CrazyCat on August 13, 2007, 09:44:38 PM
Hello there,

I've add bs_quotes to my anope 1.7.19 and it works well, but I can't understand how to add a multi-line quote? (the option is enabled in the conf)

Thanx by advance
Title:
Post by: Trystan Scott Lee on August 14, 2007, 02:16:39 PM
in the source it says QuoteEnableMultiLine, and looking at the code there is this comment concerning displaying multiline

/* Find each !n! and send the parts as separate lines */

so guessing per that its !quote add first line !n! second line
Title:
Post by: CrazyCat on August 14, 2007, 03:25:07 PM
Thanks a lot :)
It works fine...