Package: overkill Version: 0.16-14 Severity: wishlist Tags: patch With this patch you can use 'bot -n name' to specify the name of the bot.
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-486 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages overkill depends on: ii libc6 2.9-26 GNU C Library: Shared libraries ii libx11-6 2:1.2.2-1 X11 client-side library ii libxpm4 1:3.5.7-2 X11 pixmap library overkill recommends no packages. overkill suggests no packages. -- no debconf information
94d93 < char *my_name=NULL; 1002c1001 < "Usage: bot [-h] -a <server address> [-p <port>] [-n <name>]" --- > "Usage: bot [-h] -a <server address> [-p <port>]" 1015c1014 < a=getopt(argc,argv,"hp:a:n:"); --- > a=getopt(argc,argv,"hp:a:"); 1033,1036d1031 < case 'n': < my_name=optarg; < break; < 1048c1043 < return my_name? my_name : names[(random())%N_NAMES]; --- > return names[(random())%N_NAMES];