parent
1956f63179
commit
d32d1b91a1
|
@ -31,7 +31,7 @@ public class SearchProcessor : StreamInteractionModule, Object {
|
|||
foreach(string word in query.split(" ")) {
|
||||
if (word.has_prefix("with:")) {
|
||||
if (with == null) {
|
||||
with = word.substring(5);
|
||||
@with = word.substring(5);
|
||||
} else {
|
||||
return db.message.select().where("0");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue