]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/sqlite2/connections.sql
sql comments
[infobot.git] / setup / sqlite2 / connections.sql
index 00dbf494e0b7e0da181212057057449e88274886..fa705177bff11605d928aaa675cf25f6d3a21a98 100644 (file)
@@ -3,7 +3,7 @@ CREATE TABLE connections (
  port INT NOT NULL DEFAULT '6667',
  nick VARCHAR(20) NOT NULL,
  nickservpass VARCHAR(8) NOT NULL,
- ircname VARCHAR (20) NOT NULL DEFAULT 'blootbot experimental bot',
+ ircname VARCHAR (20) NOT NULL DEFAULT 'infobot - perl irc bot',
  timeadded INT UNSIGNED DEFAULT 'UNIX_TIMESTAMP()',
  PRIMARY KEY (server,port,nick)
 );