mIRC Home    About    Download    Register    News    Help

Print Thread
P
popsy
popsy
P
I want people to be able to change the bots name, only users from group 33 should be able to do it.

I just havn't got a clue abput how to do it.'

Anyone?

Joined: Mar 2003
Posts: 612
B
Pan-dimensional mouse
Offline
Pan-dimensional mouse
B
Joined: Mar 2003
Posts: 612
Code:
 
on 33:text:*:#: {
if $1 == ^changebot { nick $2 }
}
 

then if a user of level 33 types ^changebot wiggles in channel the bot should change it's name to wiggles, change the # to whatever will suit your bot, dcc chat etc.

P
popsy
popsy
P
Got it working myself:

on 33:text:!nick*:#: /nick $2


Link Copied to Clipboard