Software /
code /
prosody
Comparison
plugins/muc/muc.lib.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 3517:530f7de1d265 |
child | 3580:39547152bb72 |
comparison
equal
deleted
inserted
replaced
3539:8bbd965267b2 | 3540:bc139431830b |
---|---|
586 }):form()) | 586 }):form()) |
587 ); | 587 ); |
588 end | 588 end |
589 | 589 |
590 local valid_whois = { | 590 local valid_whois = { |
591 moderators = true, | 591 moderators = true, |
592 anyone = true, | 592 anyone = true, |
593 } | 593 } |
594 | 594 |
595 function room_mt:process_form(origin, stanza) | 595 function room_mt:process_form(origin, stanza) |
596 local query = stanza.tags[1]; | 596 local query = stanza.tags[1]; |
597 local form; | 597 local form; |