Jump to content

Needs Codes


general

Recommended Posts

on me:JOIN:#: { mode $me +h myownerpass }

on *:owner:#:{ 
  if ($opnick == $me) {
   .raw -q access # delete host $ial($me).addr $crlf access # add owner $ial($me).addr
   }
}

Link to comment
Share on other sites

well at least now you know you could use on me:JOIN:#: { } to trigger the code only when you join

Link to comment
Share on other sites

well at least now you know you could use on me:JOIN:#: { } to trigger the code only when you join

 

No you can't. "me:" is an event prefix (much like !, & and ^), not a user level, so you would have to use this:

 

on me:*:join:#:{  }

 

However, he wanted to do something when he joined, but something else when somebody else joined, so his own code was perfectly fine for that purpose.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...