On 2013-11-18 16:59, Dicebot wrote: > Anything that allows it routinely should be banned whenever macros are > accepted or not. Modifying existing "normal" symbols = no way. The whole point of macros is to modify symbols. Turning this: auto p = Person.where(q => q.name == "John"); To an SQL query. -- /Jacob Carlborg