#178383 - Edward_Stryfe - Mon Apr 13, 2015 4:09 pm
Hey guys I've made a GBADev unofficial IRC chat. I don't really have a reason, but why not I thought it would be a nice touch to GBAdev forums.
This link below is to a .html file that has the chat. It is on a time limit however, so the download will be obsolete within a month so I'll put the HTML source at the bottom of the post.
http://www.fileconvoy.com/dfl.php?id=gf449e2feb2bd86609996493802f2039fd700f59eb
Just put it in a text editor and save it as a .html file that shouldn't be too hard for this crowd.
_________________
____________________________
__________________________________
A Good Man Fights For Reasons All His Own.
--
A Great Man Fights For The Greater Cause In A Loosing Battle.
-Ed
This link below is to a .html file that has the chat. It is on a time limit however, so the download will be obsolete within a month so I'll put the HTML source at the bottom of the post.
http://www.fileconvoy.com/dfl.php?id=gf449e2feb2bd86609996493802f2039fd700f59eb
Code: |
<!DOCTYPE HTML> <html> <head> <title> GBA Developers IRC Chat </title> </head> <body> <h2 align="center"> GBA Developers IRC Chat </h2> <iframe src="https://kiwiirc.com/client/irc.2ch.net:6667/?nick=GBADevr|?&theme=basic#gbadev" style="border:0; width:100%; height:400px;"></iframe> </body> </html> |
Just put it in a text editor and save it as a .html file that shouldn't be too hard for this crowd.
_________________
____________________________
__________________________________
A Good Man Fights For Reasons All His Own.
--
A Great Man Fights For The Greater Cause In A Loosing Battle.
-Ed