# mobirc **Repository Path**: mirrors_mattn/mobirc ## Basic Information - **Project Name**: mobirc - **Description**: IRC Gateway for MobilePhone/iPhone/PC - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README mobirc ====================================================== If you want a Japanese version of this file, please see http://github.com/tokuhirom/mobirc/wikis/readmeja What's this? ------------------------------------------------------ mobirc is HTTP2IRC gateway. This application supports following environments: - Japanese mobile phones(docomo, softbank, ezweb, willcom) - iPhone, Android - PC(Ajax) based on - pluggable architecture - perl - AnyEvent Requirements ------------------------------------------------------ perl 5.10.0 or later(5.10.1 or later is recommended) LWP How to install? ------------------------------------------------------ Install LWP(libwww-perl) first. git clone git://github.com/tokuhirom/mobirc.git or wget -O mobirc.tgz http://github.com/tokuhirom/mobirc/tarball/master tar xzvf mobirc.tgz cd tokuhirom-mobirc-* and, run following command. cp config.ini.sample config.ini vi config.ini # edit configuration file for your environemnt ./mobirc How to support HTTP::Engine's middleware? ------------------------------------------------------ [Component::HTTPD] middlewares=["Plack::Middleware::ModuleReload"] please write the middleware name & configuration by the JSON form.