Popups menu switch on/off

Popups menu switch on/off

mIRC Snippet that change the state of a group when you want to activate or to deactivate

Postat de Copyright Categorie Review user Vizualizari Data
BLKoldSUN BLKoldSUN popups Cod testat 455 2024-08-03 19:49:50

menu channel {
  .switch script $iif($group(#script) == on,off,on): $iif($group(#script) == on,.disable,.enable) #script
}

#script on
your code goes here
#script end