Skip to content
General IRCd

On Action

A TG007 community discussion started by teKnoise.

Discussion 2 posts
Page 1 of 1
Open
Topic #2857 · 2 published posts · 871 views

ON *:ACTION:*laugh*:#:{

describe $chan Har har har, very funny $nick $+ ..... how about you shut the funk up!?

}

 

How would i get that to respond only when the person refers to me? Instead of it echoing when it see's the word "laugh" ?

ON *:ACTION:*laugh*:#:{
if ($me isin $1-) {
describe $chan Har har har, very funny $nick $+ ..... how about you shut the funk up!?  
}
}

Edited Feb 14, 2005 12:18 AM by xRhysx