Changeset 5

Show
Ignore:
Timestamp:
07/08/05 22:08:20 (6 years ago)
Author:
simon
Message:

Replace game project URIs. Fixes #1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • svnbot/trunk/svnbot.py

    r1 r5  
    161161application = service.Application('svnbot') 
    162162serviceCollection = service.IServiceCollection(application) 
    163 svnBot = SvnBotFactory( 
    164         channel='#gameproject', 
    165         tracurl='http://gameproj.mivok.net/trac/') 
    166 tcpClient = internet.TCPClient('irc.phrenzy.org', 6667, svnBot) 
     163svnBot = SvnBotFactory(channel='#test') 
     164tcpClient = internet.TCPClient('irc.example.com', 6667, svnBot) 
    167165tcpClient.setServiceParent(serviceCollection) 
    168166