What does this script do?
This mIRC script lets you decode and encode the id and ip of CGI:IRC and
PHP:IRC users.
How do I use this script?
Move PHP-IRC.mrc to your mIRC directory.
Type "/load -rs PHP-IRC.mrc" in mIRC.
If all went well the script will say it's version and name and the
functions above will work.
There isn't much help since there is not much to it. More is planned for
the script for more details about the user but for now the main goal was
to have something simple that works.
Examples
--------
encode ip:
/PHP:IRC-encode 127.0.0.1
encoded 127.0.0.1 to 7F000001
encode ip:
//echo -a $PHP:IRC-encode(127.0.0.1).return
returns 7F000001
decode id:
/PHP:IRC-decode 7F000001
decoded 7F000001 to 127.0.0.1
decode id:
//echo -a $PHP:IRC-decode(7F000001).return
returns 127.0.0.1
Notes
-----
This script is a bit of a tease so you know stuff is still being worked
on and also so IRCops/Operators of channels can see who is hiding behind
the id to for example a ban hop or akill/kline hop.
This version has a featue the X-Chat version does not have. The mIRC
version returns on the functions so you can use them like regular
functions.
Known Bugs
----------
no /help support on the function but shown on load
version checking does not work/exist
Problems?
Server: irc.VJTD3.com
Port: 6667
Channel: #VJTD3
Nickname: VJTD3
0.0.1
-----
created script from "ported" PHP:IRC - X-Chat Version 0.0.2 code.