View Single Post
  #3 (permalink)  
Old 12-26-2009, 06:47 PM
xperience's Avatar
xperience xperience is offline
CSS Pros
 
Join Date: Nov 2009
Posts: 986
Default

Code:
on *:JOIN:#:*: {
  if ($nick == 'Stryker') {
    /msg $chan Stryker is gay
  }
}
Reply With Quote