From f6ab8ecf9b23518283bba5c3755a4df25d9f45d6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 25 Jul 2005 03:08:01 +0000 Subject: Support for bot.pl version 1.7 --- tables.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tables.sql b/tables.sql index 533735a..27bdc4f 100644 --- a/tables.sql +++ b/tables.sql @@ -5,6 +5,7 @@ drop table replies; drop table actions_0r; drop table strings; drop table nicknames; +drop table aliases; create table users ( id text, @@ -52,3 +53,8 @@ create table nicknames ( extension text, probability real default 1 ); + +create table aliases ( + nick text, + alias text +); -- cgit v1.2.3