Share

Net::ICQ2000

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Strange...

You are viewing a single message from this topic. View all messages.

  1. 2003-02-11 06:59:06 UTC
    I wrote something like:

    #!/usr/bin/perl -w
    use strict;
    require 'ICQ2000_Easy.pm';

    my $icq=Net::ICQ2000_Easy->new($uin, $password, "1");
    $icq->Auto_Ack_Offline_Messages(1);
    $icq->Set_Debugging(0);
    $icq->Execute_Once();
    $icq->Connected() or die "Error";
    my $details;
    $details->{Text}="This is my Message";
    $details->{Target_UIN}=$target_uin;
    $icq->Send_Command("Cmd_Mes_Send", $details);
    exit 1;

    but nothing happens. What is wrong here?
    I got no error messages and no warnings...
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.