mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
Merge branch 'master' of ssh://git.psyced.org/~psyc/psyced
This commit is contained in:
commit
1e06a355e4
@ -12,6 +12,10 @@ ________________________________________________________________________
|
||||
________________________________________________________________________
|
||||
== NEXT RELEASE ========================================================
|
||||
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
- MASQUERADE nicks show up with recipient's nick sometimes. bad. vars were
|
||||
"_nick":"shouldbe","_nick_place":"welcome","_nick_local":"reallywas"
|
||||
it should have shown either shouldbe or reallywas, but it showed my own.
|
||||
|
||||
- interserver xmpp /me expects no leading newline, but pidgin recently
|
||||
started sending one
|
||||
|
||||
|
@ -464,8 +464,8 @@ cmd(a, args, dest, command) {
|
||||
case "examine":
|
||||
//examine(sizeof(args) > 1 ? args[1] : dest);
|
||||
examine(sizeof(args) > 1 ? args[1] : dest, 0,
|
||||
sizeof(args) > 2 ? args[2] : 0,
|
||||
/* sizeof(args) > 3 ? args[3] : */ 0);
|
||||
sizeof(args) > 2 ? args[2] : 0, 0,
|
||||
sizeof(args) > 3 ? args[3] : 0);
|
||||
return 1;
|
||||
#ifdef ALIASES
|
||||
case "al":
|
||||
|
Loading…
Reference in New Issue
Block a user