modubot / modubot.js

Modubot: the scalable and extensible IRC bot.
https://modubot.net
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Save factoid.channel #33

Closed kamaln7 closed 10 years ago

kamaln7 commented 10 years ago
    save(cb:any, lockedOverride:boolean = false):any {
        // Create a temporary ORM object for the factoid
        var factoid = new this.database({
            factoid: this.factoid,
            content: this.content,
            owner: this.owner
        });

The 'channel' should be saved with the factoid.