Menu

perl plugins

2007-08-08
2013-01-14
  • Gligan Calin Horea

    Hi all

    Every time I'm trying to execute

    my @conv = Purple::conversations();

    Pidgin crashes with the error "&Purple::constant not defined"... Any ideeas on how to solve this ?

     
    • Etan Reisner

      Etan Reisner - 2007-08-10

      pidgin crashes or your perl plugin fails? If pidgin crashes please get a backtrace and file a bug about it. But the short answer is Purple::conversations() isn't a function, Purple::get_conversations is though.