hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit 796082add47dac4f6096842657c1810be2ed1ee2
parent dee9c507ee7789f0e9d41fd162a9b3acc7c6fbd3
Author: sin <sin@2f30.org>
Date:   Tue, 15 Apr 2014 09:43:33 +0100

Set default nickname in hilight

Diffstat:
Mhighlight | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/highlight b/highlight @@ -9,7 +9,7 @@ use warnings; my %config = ( # You can specify multiple nicknames like, 'berk|bozbalci' - 'nick' => 'berk', + 'nick' => 'your_nickname', 'color_nicks' => 'light_green', 'color_own_nick' => 'light_red', 'color_url' => 'light_blue',