From c695e03034950c4ccea2c6fcc1ee525116df96e0 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 28 Jul 2011 03:12:27 +0200 Subject: [PATCH] added HIS option to example config --- config.example.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.php b/config.example.php index df69915..1122ca8 100644 --- a/config.example.php +++ b/config.example.php @@ -11,4 +11,6 @@ $uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test S // (optional) REMOTE SERVER REMOTE SERVER PASSWORT (the same password like above) $uplink->setValidateServer("test.localhost", "very_weak_password"); +// (optional) HIS Name HIS Description HIS Usermask +$uplink->setHISOptions("*.TestNet", "IRC Server", "user.TestNet"); ?> \ No newline at end of file -- 2.20.1