This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Alter Topic to include bot's IP

Old posts that have not been replied to for several years.
Locked
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

Alter Topic to include bot's IP

Post by Wolfe »

Anyone know of a script that can add the bot's IP to the topic?

OR...

Send an onjoin message which includes the IP of the bot?

OR...

Send out a public message to channel evey (hour?) with the IP...

it's a telnet thing..
Wolfe
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

check the $my-ip var you set in your conf

Code: Select all

putserv "PRIVMSG #channel :My ip is : $::{my-ip}"
Locked