]> git.donarmstrong.com Git - infobot.git/commitdiff
remove test inserts
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 9 Dec 2004 03:29:36 +0000 (03:29 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 9 Dec 2004 03:29:36 +0000 (03:29 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1096 c11ca15a-4712-0410-83d8-924469b57eb5

setup/connections.sql

index d513d282ca6c0a568ec05eb468e75da7e808bf81..00dbf494e0b7e0da181212057057449e88274886 100644 (file)
@@ -7,6 +7,3 @@ CREATE TABLE connections (
  timeadded INT UNSIGNED DEFAULT 'UNIX_TIMESTAMP()',
  PRIMARY KEY (server,port,nick)
 );
-INSERT INTO connections (server, port, nick, nickservpass, ircname) VALUES ('localhost','6667','abot','0password', 'abot blootbot');
-INSERT INTO connections (server, port, nick, nickservpass, ircname) VALUES ('localhost','6667','bbot','0password', 'bbot blootbot');
-INSERT INTO connections (server, port, nick, nickservpass, ircname) VALUES ('localhost','6667','cbot','0password', 'cbot blootbot');