Jump to content

Halt Execution


Dippy

Recommended Posts

on *:JOIN:#: {
  if (RoomBlah !isin $chan) halt
  msg $chr(37) $+ $chr(35) $+ RoomBlah $remove($replace($nick $address $1,>,Guest_),') has Join $remove($chan,$chr(37),$chr(35)) ( $+ $time GMT +10)
  if (' isin $nick) {
    if (Bot isin $nick) { halt }
    if (Denies isin $nick) { halt }
    else {

 

Hello How Would I go About halting this code for a few seconds please thanks :)

Link to comment
Share on other sites

so it be like this

 

on *:JOIN:#: {
  if (RoomBlah !isin $chan) halt
  .timer 1 2 msg $chr(37) $+ $chr(35) $+ RoomBlah $remove($replace($nick $address $1,>,Guest_),') has Join $remove($chan,$chr(37),$chr(35)) ( $+ $time GMT +10)
  if (' isin $nick) {
    if (Bot isin $nick) { halt }
    if (Denies isin $nick) { halt }
    else {

 

Takaharu would like ur code but it not working :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...