mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
charybdis: New releases name the binary 'charybdis' rather than 'ircd'
This commit is contained in:
@ -75,7 +75,7 @@ class CharybdisController(BaseServerController, DirectoryBasedController):
|
|||||||
password_field=password_field,
|
password_field=password_field,
|
||||||
ssl_config=ssl_config,
|
ssl_config=ssl_config,
|
||||||
))
|
))
|
||||||
self.proc = subprocess.Popen(['ircd', '-foreground',
|
self.proc = subprocess.Popen(['charybdis', '-foreground',
|
||||||
'-configfile', os.path.join(self.directory, 'server.conf'),
|
'-configfile', os.path.join(self.directory, 'server.conf'),
|
||||||
'-pidfile', os.path.join(self.directory, 'server.pid'),
|
'-pidfile', os.path.join(self.directory, 'server.pid'),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user