annotate mod_ircd/squishy @ 478:db0f065c4e09

mod_smacks: Don't destroy a session that binds the same resource as a hibernating smacks session (thanks xnyhps for tracking down the problem, though I've used a different fix)
author Matthew Wild <mwild1@gmail.com>
date Sat, 19 Nov 2011 22:39:02 +0000
parents 030404dd7609
children 355b4ecbe2dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
465
030404dd7609 mod_ircd: Better nameing, squishy.
Kim Alvefur <zash@zash.se>
parents: 461
diff changeset
1 Output "mod_ircd.lua"
326
282abba844e8 mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2
447
21cb01de89a8 mod_ircd: few patches from both Zash and myself to make it work again.
Marco Cirillo <maranda@lightwitch.org>
parents: 327
diff changeset
3 -- In theory, you should be able to leave all but verses groupchat and presence plugins
326
282abba844e8 mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 Module "verse" "verse.lua"
282abba844e8 mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5
465
030404dd7609 mod_ircd: Better nameing, squishy.
Kim Alvefur <zash@zash.se>
parents: 461
diff changeset
6 Main "mod_ircd.in.lua"