Home Apps Newsletter Social IRCBot

Enjoy millions of the latest Android apps, games, music, movies, TV, books, magazines & more. Anytime, anywhere, across your devices.

IRCBot is an innovative application that allows users to create a bot for their favorite IRC network right from their android device.

Features:

* Variables:

_varnick (Nickname of user who sent msg)

_varident (Ident of user who sent msg)

_varchan (Channel of msg sent)

_varabout (About the bot app)

_varhost (Hostname of user who sent msg)

* Functions:

_rand(1,5) (Randomize a number)

_webget(http://domain.tld/file.ext) (Download page source)

_localget(/sdcard/Download/somefile.txt) (Get text of local file)

* Scripting System:

Example of a command -

!whoami

IRCBot is in early stages of development and you are welcome to use this application to it's fullest extent.

What's New in the Latest Version 1.1

Last updated on Aug 23, 2015 (README!) v1.1:
*Made bot script box scrollable!
*Added _ifnick function -
Example: _ifnick(Lightness) Hello!
*Added _botexit() function -
Example: _botexit()
*IRCBot service is now foreground service so it won't be killed randomly
*Bug? - For save settings to take effect if it didn't already, force stop the application after saving it and reopen it