allow _surf to be passed as 3rd arg in /examine

This commit is contained in:
psyc://psyced.org/~lynX 2010-01-07 18:55:40 +01:00
parent 0050ebd46b
commit 16688e13c1
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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":