This may be a stupidly easy question but...
Is it possible to have the bot running on multiple servers? I initially tried...
$irc->connect(array('irc.net.1','irc.net.2'), 6667);
...but it didn't think much to that :D
My next idea was to have $irc and $irc2 but obviously that won't work either.
Any suggestions or is it just not possible?
oops, I should have gone back a page on the forum. Sorry. Question answered.
it will be someday an official feature, but that has to wait... I am now heavy working on user syncing code...
Log in to post a comment.
This may be a stupidly easy question but...
Is it possible to have the bot running on multiple servers? I initially tried...
$irc->connect(array('irc.net.1','irc.net.2'), 6667);
...but it didn't think much to that :D
My next idea was to have $irc and $irc2 but obviously that won't work either.
Any suggestions or is it just not possible?
oops, I should have gone back a page on the forum. Sorry. Question answered.
it will be someday an official feature, but that has to wait...
I am now heavy working on user syncing code...