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.

Search found 3 matches

by mikep
Thu Mar 29, 2007 3:46 pm
Forum: Scripting Help
Topic: Getting nick from host
Replies: 4
Views: 3045

Yeh, short of an actual function to do it which from your responses would indicate not i think the binding will be my best bet.

Thanks for your help.
by mikep
Thu Mar 29, 2007 2:37 pm
Forum: Scripting Help
Topic: Getting nick from host
Replies: 4
Views: 3045

No, it doesnt, and i'm messing about with this so that if the user changes their nick the script can still msg them, i have their original nick stored but if they change it then any messages to their original nick with just get lost in space so need a fresh nick for them!

Thanks anyway. :)
by mikep
Thu Mar 29, 2007 1:17 pm
Forum: Scripting Help
Topic: Getting nick from host
Replies: 4
Views: 3045

Getting nick from host

Hi i'm keeping track of users actions using their host: getchanhost nick but then some automated tasks can happen which requires a notice to then be sent to all the users logged in the script, here i need to be able to convert their host back into the nick that is on the channel, doing all this as t...