1
0
Fork 0

change wiki base

This commit is contained in:
neingeist 2005-10-14 01:18:30 +00:00
parent 384bc445c2
commit 01b2b8de56
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ if ARGV.size() != 2
exit(1)
end
b = MediaWikiBot::WikiBot.new("http://www.entropia.de/wiki/")
b = MediaWikiBot::WikiBot.new("http://entropia.de/wiki/")
b.login(ARGV[0], ARGV[1])
termine = []