Showing with 5 additions and 3 deletions.
  1. +2 −1 INDEV
  2. +1 −1 VERSION
  3. +1 −1 modules/Core/UserCommands.module/UserCommands.json
  4. +1 −0 modules/Core/UserCommands.module/UserCommands.pm
3 INDEV
@@ -2988,4 +2988,5 @@ CHANGES:
re-added RPL_WHOISACCOUNT, now independent of the former Account module.

39. replaced temporary fix on TS6 UID conversion with a permanent, better solution.


4. fixed an issue where local kills were not propagated correctly.
@@ -1 +1 @@
10.39
10.4
@@ -12,5 +12,5 @@
"description" : "the core set of user commands",
"name" : "Core::UserCommands",
"package" : "M::Core::UserCommands",
"version" : "10.38"
"version" : "10.4"
}
@@ -1057,6 +1057,7 @@ sub ukill {

# rip in peace.
$tuser->get_killed_by($user, $reason);
$pool->fire_command_all(kill => $user, $tuser, $reason);

}