mIRC Homepage
Posted By: Yelal [Help] Family bot - 03/05/14 11:02 PM
Hello mIRC users,

I'm curious if somebody is willing to help me from start with creating a bot.

I can't figure out the commands to create the following:

- Giving 'high' members an allow to allow other members an !invite to a private server.

Example:
Me: !allowbot Yelal
Bot: Yelal can now use {bot}.

Yelal !allow member
BOT: {PM-member}You are now allowed to go to channel.private

Hope somebody can help me.

Kind regards,

Yelal
Posted By: Nillen Re: [Help] Family bot - 04/05/14 08:39 AM
Would you mind explaining the process of "inviting" a person?

Creating the command will be easy when you fill in the details, the only thing you've provided so far is this:
Code:
on *:text:!allow*:#: {
if ($1 == allowbot) { msg # $2 can now use $me $+ . }
elseif ($1 == allow) { query $2 You are now allowed to go to channel.private. }
}


So, the details we need is:
How does the bot know an user is a "High" user?
How does the bot invite someone to a server?
How does the bot allow other users to access the bot?
© mIRC Discussion Forums