The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Personal tools

Modules/userip

From the makers of InspIRCd.

Jump to: navigation, search


Description
Adds the USERIP command, which will show the ident and ip address of one or more connected users.
Configuration Tags
None
Additional Modes
None
Additional Commands
/USERIP <nick> {<nick>...}

Looks up the IP of one or more users.

Special Notes
The output for this command is identical to /USERHOST, except IP addresses are given instead of hostnames. Because this command can expose real IP addresses it is for operator use only.