nick7() functions replaced by nick class

This commit is contained in:
lopar
2018-03-04 02:09:58 +02:00
parent e5d14473db
commit 2bae7c09b9
47 changed files with 263 additions and 259 deletions
+4 -2
View File
@@ -21,8 +21,10 @@ function addchp($text, $who, $room = 0)
flock($fp, LOCK_UN); //СНЯТИЕ БЛОКИРОВКИ
fclose($fp); //закрытие
}
addchp('Сообщение об ошибке, <strong>' . $user['login'] . '', '{[]}' . nick7($user['id'] = 10133) . '{[]}');
/**
* FIXME Обращение к определённому персонажу в чате. Ещё сломается, если персонажа не существует.
* addchp('Сообщение об ошибке, <strong>' . $user['login'] . '', '{[]}' . nick::id(10133)->short() . '{[]}');
*/
?>
<!doctype html>