1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

ryuka asked for _offset in history to make a paginating client!

This commit is contained in:
psyc://psyced.org/~lynX 2015-09-29 15:55:57 +02:00
parent 66626510e8
commit 034ad27ffd
2 changed files with 5 additions and 2 deletions

View file

@ -2468,7 +2468,7 @@ _request_history(source, mc, data, vars, b) {
# endif
# endif
logView(vars["_match"] || vars["_parameter"] || vars["_amount"],
source);
source, 0, vars["_offset"]);
sendmsg(source, "_echo_history"); // indicate end of history
return 1;
}