mIRC Home    About    Download    Register    News    Help

Print Thread
#187772 12/10/07 08:49 AM
Joined: Mar 2005
Posts: 21
I
Iljan Offline OP
Ameglian cow
OP Offline
Ameglian cow
I
Joined: Mar 2005
Posts: 21
I am busy with my digital BarChick but i want to notice everyone who get's +o. How do i fix that? is it a command like ($nick isop $chan) but in stead of isop?

The idea is like; when you become an operator you get a notice with BarChick help how to manage the BarChick

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
on *:op:#: {
  .notice $opnick You just got oped by $nick
}

the . hides the notice from you, no need to see every time a user get oped.

This trigger on all channels you are on, to just set one channel use: on *:op:#channel: {

where you replace #channel with the channel name you want.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Mar 2005
Posts: 21
I
Iljan Offline OP
Ameglian cow
OP Offline
Ameglian cow
I
Joined: Mar 2005
Posts: 21
Tnx works great, u just have to know the function names...

Last edited by Iljan; 12/10/07 09:21 AM.

Link Copied to Clipboard