• on PING/PONG

    The on PING event triggers when a server sends you a PING message to see if you're still connected.

Code:
ctcp *:PING:{
  beep 5
  echo 6 #blueprint_games * Detected a Ping request from $nick
}