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.

Changing commands with bindings

Old posts that have not been replied to for several years.
Locked
S
Sinan

Changing commands with bindings

Post by Sinan »

Hi, is it possible to change commands with bindings like;

.op <nick> <#channel>
to
.op <nick> <#channel> <password>

The <password> is somewhere in a binding.
S
Sinan

Re: Changing commands with bindings

Post by Sinan »

Sinan wrote:Hi, is it possible to change commands with bindings like;

.op <nick> <#channel>
to
.op <nick> <#channel> <password>

The <password> is somewhere in a binding.
Another question, how to remove the command for masters .restart, and add it for owners, so only owners may do .restart, is this right?

unbind dcc - restart *dcc:restart
bind dcc n|n restart *dcc:restart
Locked