Help for this page

Select Code to Download


  1. or download this
    my @masters = ("John","Paul","George","Ringo");
    
  2. or download this
    sub is_master
    {
    ...
            return 0;
        }
    }
    
  3. or download this
    sub do_command
    {
    ...
            undo_ignore($conn,$event,$p1);
        }
    }
    
  4. or download this
    sub do_help
    {
    ...
        $conn->privmsg($nick, "-------------------------------------------
    +-----------------");
        $conn->privmsg($nick, "Fim do help.");
    }