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.

using second nick as the main nick

Old posts that have not been replied to for several years.
Locked
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

using second nick as the main nick

Post by Skeletor »

Hi
I said I would be back hehe
Now another question.
I run a mirror help scropt that is on 1 bot and mirrored in several channels.
Like when someone do !help in one chan the bot mirror it to another chan to main bot like
in channel 1 (Lord)!help then it mirror to next one like channel 2(helper) Lord !help.
The thing now is that it was made to do al lin same chanenl so it want to send help to helper and not Lord that should get the help.Any way to change that in the tcl ???
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

Post by Skeletor »

It is btw the thing I use now from --> http://forum.egghelp.org/viewtopic.php?t=3614
Maybe easiest way would be some kind of bind command that the bot would see like the bot that show the info like (guru):John !help then the help bot bot would see it only like John !help and send the help in pm to John. Hmm I hope you ppl got it :lol:
A bit hard to explain when I got no clue hat I am doing.I just got the thing in my head how I want it to work
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

Post by Skeletor »

adding this
putserv "PRIVMSG $frnick :$frmess"
this is 1 more thing if you do not get it :)
now when I mirror the message it will try to send the message to the bot and not to the nick that wants help :oops:
Locked