Killer Creation Services wrote: > And I also mentioned that HL1 based severs the log address can be added > twice before it says that IP is already in list which is causing problems > for my irc bot since it is recording bans twice, so I have to manually go > through the database and delete the extra entry.
If your putting these bans into a mysql or similar database then, for a temporary fix, you can set set the "id" field to unique so that it only allows one ban per Steam ID. ALTER TABLE `bans` ADD UNIQUE (`id`); - Justin _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

