Hello all scripters i know i have made a few scripting help posts in the past few days but i am really really bad at scripting so i currently have this script
On *:Invite:#: {
if (!$istok(%stopjoin,#,44)) {
join #
.notice Panic,trollman118 I was invited to # by $nick
}
}
ON *:Text:!stopjoin:#: {
if ($istok(trollman118 Panic,$nick,32)) {
%stopjoin = $addtok(%stopjoin,#,44)
msg $chan I will no longer Auto Join this channel on invite Anymore!
part #
}
}
ON *:Notice:!allowjoin &:?: {
if ($istok(trollman118 Panic,$nick,32)) && ($istok(%stopjoin,$2,44)) {
%stopjoin = $remtok(%stopjoin,$2,44)
join $2
}
}
and it works fine but one thing when the bot gets on the channel if it is not in !stopjoin can i get it to say something alot like the Runescript on join
Can you guys help me!
Thank you
Panic
ctcwcu head