src/eric7/Documentation/Source/eric7.Network.IRC.IrcChannelWidget.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
430 <p> 430 <p>
431 Constructor 431 Constructor
432 </p> 432 </p>
433 <dl> 433 <dl>
434 434
435 <dt><i>parent</i></dt> 435 <dt><i>parent</i> (QWidget)</dt>
436 <dd> 436 <dd>
437 reference to the parent widget (QWidget) 437 reference to the parent widget
438 </dd> 438 </dd>
439 </dl> 439 </dl>
440 <a NAME="IrcChannelWidget.__addManagementMessage" ID="IrcChannelWidget.__addManagementMessage"></a> 440 <a NAME="IrcChannelWidget.__addManagementMessage" ID="IrcChannelWidget.__addManagementMessage"></a>
441 <h4>IrcChannelWidget.__addManagementMessage</h4> 441 <h4>IrcChannelWidget.__addManagementMessage</h4>
442 <b>__addManagementMessage</b>(<i>indicator, message</i>) 442 <b>__addManagementMessage</b>(<i>indicator, message</i>)
444 <p> 444 <p>
445 Private method to add a channel management message to the list. 445 Private method to add a channel management message to the list.
446 </p> 446 </p>
447 <dl> 447 <dl>
448 448
449 <dt><i>indicator</i></dt> 449 <dt><i>indicator</i> (str)</dt>
450 <dd> 450 <dd>
451 indicator to be shown (string) 451 indicator to be shown
452 </dd> 452 </dd>
453 <dt><i>message</i></dt> 453 <dt><i>message</i> (str)</dt>
454 <dd> 454 <dd>
455 message to be shown (string) 455 message to be shown
456 </dd> 456 </dd>
457 </dl> 457 </dl>
458 <a NAME="IrcChannelWidget.__appendMessage" ID="IrcChannelWidget.__appendMessage"></a> 458 <a NAME="IrcChannelWidget.__appendMessage" ID="IrcChannelWidget.__appendMessage"></a>
459 <h4>IrcChannelWidget.__appendMessage</h4> 459 <h4>IrcChannelWidget.__appendMessage</h4>
460 <b>__appendMessage</b>(<i>message</i>) 460 <b>__appendMessage</b>(<i>message</i>)
462 <p> 462 <p>
463 Private slot to append a message. 463 Private slot to append a message.
464 </p> 464 </p>
465 <dl> 465 <dl>
466 466
467 <dt><i>message</i></dt> 467 <dt><i>message</i> (str)</dt>
468 <dd> 468 <dd>
469 message to be appended (string) 469 message to be appended
470 </dd> 470 </dd>
471 </dl> 471 </dl>
472 <a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> 472 <a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a>
473 <h4>IrcChannelWidget.__autoWhoEntry</h4> 473 <h4>IrcChannelWidget.__autoWhoEntry</h4>
474 <b>__autoWhoEntry</b>(<i>match</i>) 474 <b>__autoWhoEntry</b>(<i>match</i>)
477 Private method to handle a WHO entry returned by the server as 477 Private method to handle a WHO entry returned by the server as
478 requested automatically. 478 requested automatically.
479 </p> 479 </p>
480 <dl> 480 <dl>
481 481
482 <dt><i>match</i></dt> 482 <dt><i>match</i> (re.Match)</dt>
483 <dd> 483 <dd>
484 match object that matched the pattern 484 match object that matched the pattern
485 </dd> 485 </dd>
486 </dl> 486 </dl>
487 <dl> 487 <dl>
488 <dt>Return:</dt> 488 <dt>Return:</dt>
489 <dd> 489 <dd>
490 flag indicating whether the message was handled (boolean) 490 flag indicating whether the message was handled
491 </dd>
492 </dl>
493 <dl>
494 <dt>Return Type:</dt>
495 <dd>
496 bool
491 </dd> 497 </dd>
492 </dl> 498 </dl>
493 <a NAME="IrcChannelWidget.__channelCreated" ID="IrcChannelWidget.__channelCreated"></a> 499 <a NAME="IrcChannelWidget.__channelCreated" ID="IrcChannelWidget.__channelCreated"></a>
494 <h4>IrcChannelWidget.__channelCreated</h4> 500 <h4>IrcChannelWidget.__channelCreated</h4>
495 <b>__channelCreated</b>(<i>match</i>) 501 <b>__channelCreated</b>(<i>match</i>)
497 <p> 503 <p>
498 Private method to handle a channel created message. 504 Private method to handle a channel created message.
499 </p> 505 </p>
500 <dl> 506 <dl>
501 507
502 <dt><i>match</i></dt> 508 <dt><i>match</i> (re.Match)</dt>
503 <dd> 509 <dd>
504 match object that matched the pattern 510 match object that matched the pattern
505 </dd> 511 </dd>
506 </dl> 512 </dl>
507 <dl> 513 <dl>
508 <dt>Return:</dt> 514 <dt>Return:</dt>
509 <dd> 515 <dd>
510 flag indicating whether the message was handled (boolean) 516 flag indicating whether the message was handled
517 </dd>
518 </dl>
519 <dl>
520 <dt>Return Type:</dt>
521 <dd>
522 bool
511 </dd> 523 </dd>
512 </dl> 524 </dl>
513 <a NAME="IrcChannelWidget.__channelModes" ID="IrcChannelWidget.__channelModes"></a> 525 <a NAME="IrcChannelWidget.__channelModes" ID="IrcChannelWidget.__channelModes"></a>
514 <h4>IrcChannelWidget.__channelModes</h4> 526 <h4>IrcChannelWidget.__channelModes</h4>
515 <b>__channelModes</b>(<i>match</i>) 527 <b>__channelModes</b>(<i>match</i>)
517 <p> 529 <p>
518 Private method to handle a message reporting the channel modes. 530 Private method to handle a message reporting the channel modes.
519 </p> 531 </p>
520 <dl> 532 <dl>
521 533
522 <dt><i>match</i></dt> 534 <dt><i>match</i> (re.Match)</dt>
523 <dd> 535 <dd>
524 match object that matched the pattern 536 match object that matched the pattern
525 </dd> 537 </dd>
526 </dl> 538 </dl>
527 <dl> 539 <dl>
528 <dt>Return:</dt> 540 <dt>Return:</dt>
529 <dd> 541 <dd>
530 flag indicating whether the message was handled (boolean) 542 flag indicating whether the message was handled
543 </dd>
544 </dl>
545 <dl>
546 <dt>Return Type:</dt>
547 <dd>
548 bool
531 </dd> 549 </dd>
532 </dl> 550 </dl>
533 <a NAME="IrcChannelWidget.__channelUrl" ID="IrcChannelWidget.__channelUrl"></a> 551 <a NAME="IrcChannelWidget.__channelUrl" ID="IrcChannelWidget.__channelUrl"></a>
534 <h4>IrcChannelWidget.__channelUrl</h4> 552 <h4>IrcChannelWidget.__channelUrl</h4>
535 <b>__channelUrl</b>(<i>match</i>) 553 <b>__channelUrl</b>(<i>match</i>)
537 <p> 555 <p>
538 Private method to handle a channel URL message. 556 Private method to handle a channel URL message.
539 </p> 557 </p>
540 <dl> 558 <dl>
541 559
542 <dt><i>match</i></dt> 560 <dt><i>match</i> (re.Match)</dt>
543 <dd> 561 <dd>
544 match object that matched the pattern 562 match object that matched the pattern
545 </dd> 563 </dd>
546 </dl> 564 </dl>
547 <dl> 565 <dl>
548 <dt>Return:</dt> 566 <dt>Return:</dt>
549 <dd> 567 <dd>
550 flag indicating whether the message was handled (boolean) 568 flag indicating whether the message was handled
569 </dd>
570 </dl>
571 <dl>
572 <dt>Return Type:</dt>
573 <dd>
574 bool
551 </dd> 575 </dd>
552 </dl> 576 </dl>
553 <a NAME="IrcChannelWidget.__clearMessages" ID="IrcChannelWidget.__clearMessages"></a> 577 <a NAME="IrcChannelWidget.__clearMessages" ID="IrcChannelWidget.__clearMessages"></a>
554 <h4>IrcChannelWidget.__clearMessages</h4> 578 <h4>IrcChannelWidget.__clearMessages</h4>
555 <b>__clearMessages</b>(<i></i>) 579 <b>__clearMessages</b>(<i></i>)
588 <p> 612 <p>
589 Private method to extract the user privileges out of the name. 613 Private method to extract the user privileges out of the name.
590 </p> 614 </p>
591 <dl> 615 <dl>
592 616
593 <dt><i>name</i></dt> 617 <dt><i>name</i> (str)</dt>
594 <dd> 618 <dd>
595 user name and prefixes (string) 619 user name and prefixes
596 </dd> 620 </dd>
597 </dl> 621 </dl>
598 <dl> 622 <dl>
599 <dt>Return:</dt> 623 <dt>Return:</dt>
600 <dd> 624 <dd>
601 list of privileges and user name (list of string, string) 625 tuple containing a list of privileges and user name
626 </dd>
627 </dl>
628 <dl>
629 <dt>Return Type:</dt>
630 <dd>
631 tuple of (list of str, str)
602 </dd> 632 </dd>
603 </dl> 633 </dl>
604 <a NAME="IrcChannelWidget.__findUser" ID="IrcChannelWidget.__findUser"></a> 634 <a NAME="IrcChannelWidget.__findUser" ID="IrcChannelWidget.__findUser"></a>
605 <h4>IrcChannelWidget.__findUser</h4> 635 <h4>IrcChannelWidget.__findUser</h4>
606 <b>__findUser</b>(<i>name</i>) 636 <b>__findUser</b>(<i>name</i>)
608 <p> 638 <p>
609 Private method to find the user in the list of users. 639 Private method to find the user in the list of users.
610 </p> 640 </p>
611 <dl> 641 <dl>
612 642
613 <dt><i>name</i></dt> 643 <dt><i>name</i> (str)</dt>
614 <dd> 644 <dd>
615 user name to search for (string) 645 user name to search for
616 </dd> 646 </dd>
617 </dl> 647 </dl>
618 <dl> 648 <dl>
619 <dt>Return:</dt> 649 <dt>Return:</dt>
620 <dd> 650 <dd>
621 reference to the list entry (QListWidgetItem) 651 reference to the list entry
652 </dd>
653 </dl>
654 <dl>
655 <dt>Return Type:</dt>
656 <dd>
657 QListWidgetItem
622 </dd> 658 </dd>
623 </dl> 659 </dl>
624 <a NAME="IrcChannelWidget.__handleCtcp" ID="IrcChannelWidget.__handleCtcp"></a> 660 <a NAME="IrcChannelWidget.__handleCtcp" ID="IrcChannelWidget.__handleCtcp"></a>
625 <h4>IrcChannelWidget.__handleCtcp</h4> 661 <h4>IrcChannelWidget.__handleCtcp</h4>
626 <b>__handleCtcp</b>(<i>match</i>) 662 <b>__handleCtcp</b>(<i>match</i>)
628 <p> 664 <p>
629 Private method to handle a CTCP channel command. 665 Private method to handle a CTCP channel command.
630 </p> 666 </p>
631 <dl> 667 <dl>
632 668
633 <dt><i>match</i></dt> 669 <dt><i>match</i> (re.Match)</dt>
634 <dd> 670 <dd>
635 reference to the match object 671 reference to the match object
636 </dd> 672 </dd>
637 </dl> 673 </dl>
638 <dl> 674 <dl>
639 <dt>Return:</dt> 675 <dt>Return:</dt>
640 <dd> 676 <dd>
641 flag indicating, if the message was handled (boolean) 677 flag indicating, if the message was handled
678 </dd>
679 </dl>
680 <dl>
681 <dt>Return Type:</dt>
682 <dd>
683 bool
642 </dd> 684 </dd>
643 </dl> 685 </dl>
644 <a NAME="IrcChannelWidget.__help" ID="IrcChannelWidget.__help"></a> 686 <a NAME="IrcChannelWidget.__help" ID="IrcChannelWidget.__help"></a>
645 <h4>IrcChannelWidget.__help</h4> 687 <h4>IrcChannelWidget.__help</h4>
646 <b>__help</b>(<i>match</i>) 688 <b>__help</b>(<i>match</i>)
648 <p> 690 <p>
649 Private method to handle a help message. 691 Private method to handle a help message.
650 </p> 692 </p>
651 <dl> 693 <dl>
652 694
653 <dt><i>match</i></dt> 695 <dt><i>match</i> (re.Match)</dt>
654 <dd> 696 <dd>
655 match object that matched the pattern 697 match object that matched the pattern
656 </dd> 698 </dd>
657 </dl> 699 </dl>
658 <dl> 700 <dl>
659 <dt>Return:</dt> 701 <dt>Return:</dt>
660 <dd> 702 <dd>
661 flag indicating whether the message was handled (boolean) 703 flag indicating whether the message was handled
704 </dd>
705 </dl>
706 <dl>
707 <dt>Return Type:</dt>
708 <dd>
709 bool
662 </dd> 710 </dd>
663 </dl> 711 </dl>
664 <a NAME="IrcChannelWidget.__ignore" ID="IrcChannelWidget.__ignore"></a> 712 <a NAME="IrcChannelWidget.__ignore" ID="IrcChannelWidget.__ignore"></a>
665 <h4>IrcChannelWidget.__ignore</h4> 713 <h4>IrcChannelWidget.__ignore</h4>
666 <b>__ignore</b>(<i>match</i>) 714 <b>__ignore</b>(<i>match</i>)
668 <p> 716 <p>
669 Private method to handle a channel message we are not interested in. 717 Private method to handle a channel message we are not interested in.
670 </p> 718 </p>
671 <dl> 719 <dl>
672 720
673 <dt><i>match</i></dt> 721 <dt><i>match</i> (re.Match)</dt>
674 <dd> 722 <dd>
675 match object that matched the pattern 723 match object that matched the pattern
676 </dd> 724 </dd>
677 </dl> 725 </dl>
678 <dl> 726 <dl>
679 <dt>Return:</dt> 727 <dt>Return:</dt>
680 <dd> 728 <dd>
681 flag indicating whether the message was handled (boolean) 729 flag indicating whether the message was handled
730 </dd>
731 </dl>
732 <dl>
733 <dt>Return Type:</dt>
734 <dd>
735 bool
682 </dd> 736 </dd>
683 </dl> 737 </dl>
684 <a NAME="IrcChannelWidget.__ignoreUser" ID="IrcChannelWidget.__ignoreUser"></a> 738 <a NAME="IrcChannelWidget.__ignoreUser" ID="IrcChannelWidget.__ignoreUser"></a>
685 <h4>IrcChannelWidget.__ignoreUser</h4> 739 <h4>IrcChannelWidget.__ignoreUser</h4>
686 <b>__ignoreUser</b>(<i></i>) 740 <b>__ignoreUser</b>(<i></i>)
709 <p> 763 <p>
710 Private method to handle messages to the channel. 764 Private method to handle messages to the channel.
711 </p> 765 </p>
712 <dl> 766 <dl>
713 767
714 <dt><i>match</i></dt> 768 <dt><i>match</i> (re.Match)</dt>
715 <dd> 769 <dd>
716 match object that matched the pattern 770 match object that matched the pattern
717 </dd> 771 </dd>
718 </dl> 772 </dl>
719 <dl> 773 <dl>
720 <dt>Return:</dt> 774 <dt>Return:</dt>
721 <dd> 775 <dd>
722 flag indicating whether the message was handled (boolean) 776 flag indicating whether the message was handled
777 </dd>
778 </dl>
779 <dl>
780 <dt>Return Type:</dt>
781 <dd>
782 bool
723 </dd> 783 </dd>
724 </dl> 784 </dl>
725 <a NAME="IrcChannelWidget.__openPrivateChat" ID="IrcChannelWidget.__openPrivateChat"></a> 785 <a NAME="IrcChannelWidget.__openPrivateChat" ID="IrcChannelWidget.__openPrivateChat"></a>
726 <h4>IrcChannelWidget.__openPrivateChat</h4> 786 <h4>IrcChannelWidget.__openPrivateChat</h4>
727 <b>__openPrivateChat</b>(<i></i>) 787 <b>__openPrivateChat</b>(<i></i>)
800 <p> 860 <p>
801 Private method to handle a topic change of the channel. 861 Private method to handle a topic change of the channel.
802 </p> 862 </p>
803 <dl> 863 <dl>
804 864
805 <dt><i>match</i></dt> 865 <dt><i>match</i> (re.Match)</dt>
806 <dd> 866 <dd>
807 match object that matched the pattern 867 match object that matched the pattern
808 </dd> 868 </dd>
809 </dl> 869 </dl>
810 <dl> 870 <dl>
811 <dt>Return:</dt> 871 <dt>Return:</dt>
812 <dd> 872 <dd>
813 flag indicating whether the message was handled (boolean) 873 flag indicating whether the message was handled
874 </dd>
875 </dl>
876 <dl>
877 <dt>Return Type:</dt>
878 <dd>
879 bool
814 </dd> 880 </dd>
815 </dl> 881 </dl>
816 <a NAME="IrcChannelWidget.__setUserPrivilege" ID="IrcChannelWidget.__setUserPrivilege"></a> 882 <a NAME="IrcChannelWidget.__setUserPrivilege" ID="IrcChannelWidget.__setUserPrivilege"></a>
817 <h4>IrcChannelWidget.__setUserPrivilege</h4> 883 <h4>IrcChannelWidget.__setUserPrivilege</h4>
818 <b>__setUserPrivilege</b>(<i>match</i>) 884 <b>__setUserPrivilege</b>(<i>match</i>)
820 <p> 886 <p>
821 Private method to handle a change of user privileges for the channel. 887 Private method to handle a change of user privileges for the channel.
822 </p> 888 </p>
823 <dl> 889 <dl>
824 890
825 <dt><i>match</i></dt> 891 <dt><i>match</i> (re.Match)</dt>
826 <dd> 892 <dd>
827 match object that matched the pattern 893 match object that matched the pattern
828 </dd> 894 </dd>
829 </dl> 895 </dl>
830 <dl> 896 <dl>
831 <dt>Return:</dt> 897 <dt>Return:</dt>
832 <dd> 898 <dd>
833 flag indicating whether the message was handled (boolean) 899 flag indicating whether the message was handled
900 </dd>
901 </dl>
902 <dl>
903 <dt>Return Type:</dt>
904 <dd>
905 bool
834 </dd> 906 </dd>
835 </dl> 907 </dl>
836 <a NAME="IrcChannelWidget.__topicCreated" ID="IrcChannelWidget.__topicCreated"></a> 908 <a NAME="IrcChannelWidget.__topicCreated" ID="IrcChannelWidget.__topicCreated"></a>
837 <h4>IrcChannelWidget.__topicCreated</h4> 909 <h4>IrcChannelWidget.__topicCreated</h4>
838 <b>__topicCreated</b>(<i>match</i>) 910 <b>__topicCreated</b>(<i>match</i>)
840 <p> 912 <p>
841 Private method to handle a topic created message. 913 Private method to handle a topic created message.
842 </p> 914 </p>
843 <dl> 915 <dl>
844 916
845 <dt><i>match</i></dt> 917 <dt><i>match</i> (re.Match)</dt>
846 <dd> 918 <dd>
847 match object that matched the pattern 919 match object that matched the pattern
848 </dd> 920 </dd>
849 </dl> 921 </dl>
850 <dl> 922 <dl>
851 <dt>Return:</dt> 923 <dt>Return:</dt>
852 <dd> 924 <dd>
853 flag indicating whether the message was handled (boolean) 925 flag indicating whether the message was handled
926 </dd>
927 </dl>
928 <dl>
929 <dt>Return Type:</dt>
930 <dd>
931 bool
854 </dd> 932 </dd>
855 </dl> 933 </dl>
856 <a NAME="IrcChannelWidget.__updateChannelModes" ID="IrcChannelWidget.__updateChannelModes"></a> 934 <a NAME="IrcChannelWidget.__updateChannelModes" ID="IrcChannelWidget.__updateChannelModes"></a>
857 <h4>IrcChannelWidget.__updateChannelModes</h4> 935 <h4>IrcChannelWidget.__updateChannelModes</h4>
858 <b>__updateChannelModes</b>(<i>match</i>) 936 <b>__updateChannelModes</b>(<i>match</i>)
860 <p> 938 <p>
861 Private method to handle a message reporting the channel modes. 939 Private method to handle a message reporting the channel modes.
862 </p> 940 </p>
863 <dl> 941 <dl>
864 942
865 <dt><i>match</i></dt> 943 <dt><i>match</i> (re.Match)</dt>
866 <dd> 944 <dd>
867 match object that matched the pattern 945 match object that matched the pattern
868 </dd> 946 </dd>
869 </dl> 947 </dl>
870 <dl> 948 <dl>
871 <dt>Return:</dt> 949 <dt>Return:</dt>
872 <dd> 950 <dd>
873 flag indicating whether the message was handled (boolean) 951 flag indicating whether the message was handled
952 </dd>
953 </dl>
954 <dl>
955 <dt>Return Type:</dt>
956 <dd>
957 bool
874 </dd> 958 </dd>
875 </dl> 959 </dl>
876 <a NAME="IrcChannelWidget.__userAway" ID="IrcChannelWidget.__userAway"></a> 960 <a NAME="IrcChannelWidget.__userAway" ID="IrcChannelWidget.__userAway"></a>
877 <h4>IrcChannelWidget.__userAway</h4> 961 <h4>IrcChannelWidget.__userAway</h4>
878 <b>__userAway</b>(<i>match</i>) 962 <b>__userAway</b>(<i>match</i>)
880 <p> 964 <p>
881 Private method to handle a topic change of the channel. 965 Private method to handle a topic change of the channel.
882 </p> 966 </p>
883 <dl> 967 <dl>
884 968
885 <dt><i>match</i></dt> 969 <dt><i>match</i> (re.Match)</dt>
886 <dd> 970 <dd>
887 match object that matched the pattern 971 match object that matched the pattern
888 </dd> 972 </dd>
889 </dl> 973 </dl>
890 <dl> 974 <dl>
891 <dt>Return:</dt> 975 <dt>Return:</dt>
892 <dd> 976 <dd>
893 flag indicating whether the message was handled (boolean) 977 flag indicating whether the message was handled
978 </dd>
979 </dl>
980 <dl>
981 <dt>Return Type:</dt>
982 <dd>
983 bool
894 </dd> 984 </dd>
895 </dl> 985 </dl>
896 <a NAME="IrcChannelWidget.__userJoin" ID="IrcChannelWidget.__userJoin"></a> 986 <a NAME="IrcChannelWidget.__userJoin" ID="IrcChannelWidget.__userJoin"></a>
897 <h4>IrcChannelWidget.__userJoin</h4> 987 <h4>IrcChannelWidget.__userJoin</h4>
898 <b>__userJoin</b>(<i>match</i>) 988 <b>__userJoin</b>(<i>match</i>)
900 <p> 990 <p>
901 Private method to handle a user joining the channel. 991 Private method to handle a user joining the channel.
902 </p> 992 </p>
903 <dl> 993 <dl>
904 994
905 <dt><i>match</i></dt> 995 <dt><i>match</i> (re.Match)</dt>
906 <dd> 996 <dd>
907 match object that matched the pattern 997 match object that matched the pattern
908 </dd> 998 </dd>
909 </dl> 999 </dl>
910 <dl> 1000 <dl>
911 <dt>Return:</dt> 1001 <dt>Return:</dt>
912 <dd> 1002 <dd>
913 flag indicating whether the message was handled (boolean) 1003 flag indicating whether the message was handled
1004 </dd>
1005 </dl>
1006 <dl>
1007 <dt>Return Type:</dt>
1008 <dd>
1009 bool
914 </dd> 1010 </dd>
915 </dl> 1011 </dl>
916 <a NAME="IrcChannelWidget.__userList" ID="IrcChannelWidget.__userList"></a> 1012 <a NAME="IrcChannelWidget.__userList" ID="IrcChannelWidget.__userList"></a>
917 <h4>IrcChannelWidget.__userList</h4> 1013 <h4>IrcChannelWidget.__userList</h4>
918 <b>__userList</b>(<i>match</i>) 1014 <b>__userList</b>(<i>match</i>)
920 <p> 1016 <p>
921 Private method to handle the receipt of a list of users of the channel. 1017 Private method to handle the receipt of a list of users of the channel.
922 </p> 1018 </p>
923 <dl> 1019 <dl>
924 1020
925 <dt><i>match</i></dt> 1021 <dt><i>match</i> (re.Match)</dt>
926 <dd> 1022 <dd>
927 match object that matched the pattern 1023 match object that matched the pattern
928 </dd> 1024 </dd>
929 </dl> 1025 </dl>
930 <dl> 1026 <dl>
931 <dt>Return:</dt> 1027 <dt>Return:</dt>
932 <dd> 1028 <dd>
933 flag indicating whether the message was handled (boolean) 1029 flag indicating whether the message was handled
1030 </dd>
1031 </dl>
1032 <dl>
1033 <dt>Return Type:</dt>
1034 <dd>
1035 bool
934 </dd> 1036 </dd>
935 </dl> 1037 </dl>
936 <a NAME="IrcChannelWidget.__userNickChange" ID="IrcChannelWidget.__userNickChange"></a> 1038 <a NAME="IrcChannelWidget.__userNickChange" ID="IrcChannelWidget.__userNickChange"></a>
937 <h4>IrcChannelWidget.__userNickChange</h4> 1039 <h4>IrcChannelWidget.__userNickChange</h4>
938 <b>__userNickChange</b>(<i>match</i>) 1040 <b>__userNickChange</b>(<i>match</i>)
940 <p> 1042 <p>
941 Private method to handle a nickname change of a user. 1043 Private method to handle a nickname change of a user.
942 </p> 1044 </p>
943 <dl> 1045 <dl>
944 1046
945 <dt><i>match</i></dt> 1047 <dt><i>match</i> (re.Match)</dt>
946 <dd> 1048 <dd>
947 match object that matched the pattern 1049 match object that matched the pattern
948 </dd> 1050 </dd>
949 </dl> 1051 </dl>
950 <dl> 1052 <dl>
951 <dt>Return:</dt> 1053 <dt>Return:</dt>
952 <dd> 1054 <dd>
953 flag indicating whether the message was handled (boolean) 1055 flag indicating whether the message was handled
1056 </dd>
1057 </dl>
1058 <dl>
1059 <dt>Return Type:</dt>
1060 <dd>
1061 bool
954 </dd> 1062 </dd>
955 </dl> 1063 </dl>
956 <a NAME="IrcChannelWidget.__userPart" ID="IrcChannelWidget.__userPart"></a> 1064 <a NAME="IrcChannelWidget.__userPart" ID="IrcChannelWidget.__userPart"></a>
957 <h4>IrcChannelWidget.__userPart</h4> 1065 <h4>IrcChannelWidget.__userPart</h4>
958 <b>__userPart</b>(<i>match</i>) 1066 <b>__userPart</b>(<i>match</i>)
960 <p> 1068 <p>
961 Private method to handle a user leaving the channel. 1069 Private method to handle a user leaving the channel.
962 </p> 1070 </p>
963 <dl> 1071 <dl>
964 1072
965 <dt><i>match</i></dt> 1073 <dt><i>match</i> (re.Match)</dt>
966 <dd> 1074 <dd>
967 match object that matched the pattern 1075 match object that matched the pattern
968 </dd> 1076 </dd>
969 </dl> 1077 </dl>
970 <dl> 1078 <dl>
971 <dt>Return:</dt> 1079 <dt>Return:</dt>
972 <dd> 1080 <dd>
973 flag indicating whether the message was handled (boolean) 1081 flag indicating whether the message was handled
1082 </dd>
1083 </dl>
1084 <dl>
1085 <dt>Return Type:</dt>
1086 <dd>
1087 bool
974 </dd> 1088 </dd>
975 </dl> 1089 </dl>
976 <a NAME="IrcChannelWidget.__userQuit" ID="IrcChannelWidget.__userQuit"></a> 1090 <a NAME="IrcChannelWidget.__userQuit" ID="IrcChannelWidget.__userQuit"></a>
977 <h4>IrcChannelWidget.__userQuit</h4> 1091 <h4>IrcChannelWidget.__userQuit</h4>
978 <b>__userQuit</b>(<i>match</i>) 1092 <b>__userQuit</b>(<i>match</i>)
980 <p> 1094 <p>
981 Private method to handle a user logging off the server. 1095 Private method to handle a user logging off the server.
982 </p> 1096 </p>
983 <dl> 1097 <dl>
984 1098
985 <dt><i>match</i></dt> 1099 <dt><i>match</i> (re.Match)</dt>
986 <dd> 1100 <dd>
987 match object that matched the pattern 1101 match object that matched the pattern
988 </dd> 1102 </dd>
989 </dl> 1103 </dl>
990 <dl> 1104 <dl>
991 <dt>Return:</dt> 1105 <dt>Return:</dt>
992 <dd> 1106 <dd>
993 flag indicating whether the message was handled (boolean) 1107 flag indicating whether the message was handled
1108 </dd>
1109 </dl>
1110 <dl>
1111 <dt>Return Type:</dt>
1112 <dd>
1113 bool
994 </dd> 1114 </dd>
995 </dl> 1115 </dl>
996 <a NAME="IrcChannelWidget.__whoEnd" ID="IrcChannelWidget.__whoEnd"></a> 1116 <a NAME="IrcChannelWidget.__whoEnd" ID="IrcChannelWidget.__whoEnd"></a>
997 <h4>IrcChannelWidget.__whoEnd</h4> 1117 <h4>IrcChannelWidget.__whoEnd</h4>
998 <b>__whoEnd</b>(<i>match</i>) 1118 <b>__whoEnd</b>(<i>match</i>)
1000 <p> 1120 <p>
1001 Private method to handle the end of the WHO list. 1121 Private method to handle the end of the WHO list.
1002 </p> 1122 </p>
1003 <dl> 1123 <dl>
1004 1124
1005 <dt><i>match</i></dt> 1125 <dt><i>match</i> (re.Match)</dt>
1006 <dd> 1126 <dd>
1007 match object that matched the pattern 1127 match object that matched the pattern
1008 </dd> 1128 </dd>
1009 </dl> 1129 </dl>
1010 <dl> 1130 <dl>
1011 <dt>Return:</dt> 1131 <dt>Return:</dt>
1012 <dd> 1132 <dd>
1013 flag indicating whether the message was handled (boolean) 1133 flag indicating whether the message was handled
1134 </dd>
1135 </dl>
1136 <dl>
1137 <dt>Return Type:</dt>
1138 <dd>
1139 bool
1014 </dd> 1140 </dd>
1015 </dl> 1141 </dl>
1016 <a NAME="IrcChannelWidget.__whoEntry" ID="IrcChannelWidget.__whoEntry"></a> 1142 <a NAME="IrcChannelWidget.__whoEntry" ID="IrcChannelWidget.__whoEntry"></a>
1017 <h4>IrcChannelWidget.__whoEntry</h4> 1143 <h4>IrcChannelWidget.__whoEntry</h4>
1018 <b>__whoEntry</b>(<i>match</i>) 1144 <b>__whoEntry</b>(<i>match</i>)
1021 Private method to handle a WHO entry returned by the server as 1147 Private method to handle a WHO entry returned by the server as
1022 requested manually. 1148 requested manually.
1023 </p> 1149 </p>
1024 <dl> 1150 <dl>
1025 1151
1026 <dt><i>match</i></dt> 1152 <dt><i>match</i> (re.Match)</dt>
1027 <dd> 1153 <dd>
1028 match object that matched the pattern 1154 match object that matched the pattern
1029 </dd> 1155 </dd>
1030 </dl> 1156 </dl>
1031 <dl> 1157 <dl>
1032 <dt>Return:</dt> 1158 <dt>Return:</dt>
1033 <dd> 1159 <dd>
1034 flag indicating whether the message was handled (boolean) 1160 flag indicating whether the message was handled
1161 </dd>
1162 </dl>
1163 <dl>
1164 <dt>Return Type:</dt>
1165 <dd>
1166 bool
1035 </dd> 1167 </dd>
1036 </dl> 1168 </dl>
1037 <a NAME="IrcChannelWidget.__whoIs" ID="IrcChannelWidget.__whoIs"></a> 1169 <a NAME="IrcChannelWidget.__whoIs" ID="IrcChannelWidget.__whoIs"></a>
1038 <h4>IrcChannelWidget.__whoIs</h4> 1170 <h4>IrcChannelWidget.__whoIs</h4>
1039 <b>__whoIs</b>(<i></i>) 1171 <b>__whoIs</b>(<i></i>)
1048 <p> 1180 <p>
1049 Private method to handle the WHOIS account reply. 1181 Private method to handle the WHOIS account reply.
1050 </p> 1182 </p>
1051 <dl> 1183 <dl>
1052 1184
1053 <dt><i>match</i></dt> 1185 <dt><i>match</i> (re.Match)</dt>
1054 <dd> 1186 <dd>
1055 match object that matched the pattern 1187 match object that matched the pattern
1056 </dd> 1188 </dd>
1057 </dl> 1189 </dl>
1058 <dl> 1190 <dl>
1059 <dt>Return:</dt> 1191 <dt>Return:</dt>
1060 <dd> 1192 <dd>
1061 flag indicating whether the message was handled (boolean) 1193 flag indicating whether the message was handled
1194 </dd>
1195 </dl>
1196 <dl>
1197 <dt>Return Type:</dt>
1198 <dd>
1199 bool
1062 </dd> 1200 </dd>
1063 </dl> 1201 </dl>
1064 <a NAME="IrcChannelWidget.__whoIsActually" ID="IrcChannelWidget.__whoIsActually"></a> 1202 <a NAME="IrcChannelWidget.__whoIsActually" ID="IrcChannelWidget.__whoIsActually"></a>
1065 <h4>IrcChannelWidget.__whoIsActually</h4> 1203 <h4>IrcChannelWidget.__whoIsActually</h4>
1066 <b>__whoIsActually</b>(<i>match</i>) 1204 <b>__whoIsActually</b>(<i>match</i>)
1068 <p> 1206 <p>
1069 Private method to handle the WHOIS actually reply. 1207 Private method to handle the WHOIS actually reply.
1070 </p> 1208 </p>
1071 <dl> 1209 <dl>
1072 1210
1073 <dt><i>match</i></dt> 1211 <dt><i>match</i> (re.Match)</dt>
1074 <dd> 1212 <dd>
1075 match object that matched the pattern 1213 match object that matched the pattern
1076 </dd> 1214 </dd>
1077 </dl> 1215 </dl>
1078 <dl> 1216 <dl>
1079 <dt>Return:</dt> 1217 <dt>Return:</dt>
1080 <dd> 1218 <dd>
1081 flag indicating whether the message was handled (boolean) 1219 flag indicating whether the message was handled
1220 </dd>
1221 </dl>
1222 <dl>
1223 <dt>Return Type:</dt>
1224 <dd>
1225 bool
1082 </dd> 1226 </dd>
1083 </dl> 1227 </dl>
1084 <a NAME="IrcChannelWidget.__whoIsChannels" ID="IrcChannelWidget.__whoIsChannels"></a> 1228 <a NAME="IrcChannelWidget.__whoIsChannels" ID="IrcChannelWidget.__whoIsChannels"></a>
1085 <h4>IrcChannelWidget.__whoIsChannels</h4> 1229 <h4>IrcChannelWidget.__whoIsChannels</h4>
1086 <b>__whoIsChannels</b>(<i>match</i>) 1230 <b>__whoIsChannels</b>(<i>match</i>)
1088 <p> 1232 <p>
1089 Private method to handle the WHOIS channels reply. 1233 Private method to handle the WHOIS channels reply.
1090 </p> 1234 </p>
1091 <dl> 1235 <dl>
1092 1236
1093 <dt><i>match</i></dt> 1237 <dt><i>match</i> (re.Match)</dt>
1094 <dd> 1238 <dd>
1095 match object that matched the pattern 1239 match object that matched the pattern
1096 </dd> 1240 </dd>
1097 </dl> 1241 </dl>
1098 <dl> 1242 <dl>
1099 <dt>Return:</dt> 1243 <dt>Return:</dt>
1100 <dd> 1244 <dd>
1101 flag indicating whether the message was handled (boolean) 1245 flag indicating whether the message was handled
1246 </dd>
1247 </dl>
1248 <dl>
1249 <dt>Return Type:</dt>
1250 <dd>
1251 bool
1102 </dd> 1252 </dd>
1103 </dl> 1253 </dl>
1104 <a NAME="IrcChannelWidget.__whoIsConnection" ID="IrcChannelWidget.__whoIsConnection"></a> 1254 <a NAME="IrcChannelWidget.__whoIsConnection" ID="IrcChannelWidget.__whoIsConnection"></a>
1105 <h4>IrcChannelWidget.__whoIsConnection</h4> 1255 <h4>IrcChannelWidget.__whoIsConnection</h4>
1106 <b>__whoIsConnection</b>(<i>match</i>) 1256 <b>__whoIsConnection</b>(<i>match</i>)
1108 <p> 1258 <p>
1109 Private method to handle the WHOIS connection reply. 1259 Private method to handle the WHOIS connection reply.
1110 </p> 1260 </p>
1111 <dl> 1261 <dl>
1112 1262
1113 <dt><i>match</i></dt> 1263 <dt><i>match</i> (re.Match)</dt>
1114 <dd> 1264 <dd>
1115 match object that matched the pattern 1265 match object that matched the pattern
1116 </dd> 1266 </dd>
1117 </dl> 1267 </dl>
1118 <dl> 1268 <dl>
1119 <dt>Return:</dt> 1269 <dt>Return:</dt>
1120 <dd> 1270 <dd>
1121 flag indicating whether the message was handled (boolean) 1271 flag indicating whether the message was handled
1272 </dd>
1273 </dl>
1274 <dl>
1275 <dt>Return Type:</dt>
1276 <dd>
1277 bool
1122 </dd> 1278 </dd>
1123 </dl> 1279 </dl>
1124 <a NAME="IrcChannelWidget.__whoIsEnd" ID="IrcChannelWidget.__whoIsEnd"></a> 1280 <a NAME="IrcChannelWidget.__whoIsEnd" ID="IrcChannelWidget.__whoIsEnd"></a>
1125 <h4>IrcChannelWidget.__whoIsEnd</h4> 1281 <h4>IrcChannelWidget.__whoIsEnd</h4>
1126 <b>__whoIsEnd</b>(<i>match</i>) 1282 <b>__whoIsEnd</b>(<i>match</i>)
1128 <p> 1284 <p>
1129 Private method to handle the end of WHOIS reply. 1285 Private method to handle the end of WHOIS reply.
1130 </p> 1286 </p>
1131 <dl> 1287 <dl>
1132 1288
1133 <dt><i>match</i></dt> 1289 <dt><i>match</i> (re.Match)</dt>
1134 <dd> 1290 <dd>
1135 match object that matched the pattern 1291 match object that matched the pattern
1136 </dd> 1292 </dd>
1137 </dl> 1293 </dl>
1138 <dl> 1294 <dl>
1139 <dt>Return:</dt> 1295 <dt>Return:</dt>
1140 <dd> 1296 <dd>
1141 flag indicating whether the message was handled (boolean) 1297 flag indicating whether the message was handled
1298 </dd>
1299 </dl>
1300 <dl>
1301 <dt>Return Type:</dt>
1302 <dd>
1303 bool
1142 </dd> 1304 </dd>
1143 </dl> 1305 </dl>
1144 <a NAME="IrcChannelWidget.__whoIsHelper" ID="IrcChannelWidget.__whoIsHelper"></a> 1306 <a NAME="IrcChannelWidget.__whoIsHelper" ID="IrcChannelWidget.__whoIsHelper"></a>
1145 <h4>IrcChannelWidget.__whoIsHelper</h4> 1307 <h4>IrcChannelWidget.__whoIsHelper</h4>
1146 <b>__whoIsHelper</b>(<i>match</i>) 1308 <b>__whoIsHelper</b>(<i>match</i>)
1148 <p> 1310 <p>
1149 Private method to handle the WHOIS helper reply. 1311 Private method to handle the WHOIS helper reply.
1150 </p> 1312 </p>
1151 <dl> 1313 <dl>
1152 1314
1153 <dt><i>match</i></dt> 1315 <dt><i>match</i> (re.Match)</dt>
1154 <dd> 1316 <dd>
1155 match object that matched the pattern 1317 match object that matched the pattern
1156 </dd> 1318 </dd>
1157 </dl> 1319 </dl>
1158 <dl> 1320 <dl>
1159 <dt>Return:</dt> 1321 <dt>Return:</dt>
1160 <dd> 1322 <dd>
1161 flag indicating whether the message was handled (boolean) 1323 flag indicating whether the message was handled
1324 </dd>
1325 </dl>
1326 <dl>
1327 <dt>Return Type:</dt>
1328 <dd>
1329 bool
1162 </dd> 1330 </dd>
1163 </dl> 1331 </dl>
1164 <a NAME="IrcChannelWidget.__whoIsIdentify" ID="IrcChannelWidget.__whoIsIdentify"></a> 1332 <a NAME="IrcChannelWidget.__whoIsIdentify" ID="IrcChannelWidget.__whoIsIdentify"></a>
1165 <h4>IrcChannelWidget.__whoIsIdentify</h4> 1333 <h4>IrcChannelWidget.__whoIsIdentify</h4>
1166 <b>__whoIsIdentify</b>(<i>match</i>) 1334 <b>__whoIsIdentify</b>(<i>match</i>)
1168 <p> 1336 <p>
1169 Private method to handle the WHOIS identify and identified replies. 1337 Private method to handle the WHOIS identify and identified replies.
1170 </p> 1338 </p>
1171 <dl> 1339 <dl>
1172 1340
1173 <dt><i>match</i></dt> 1341 <dt><i>match</i> (re.Match)</dt>
1174 <dd> 1342 <dd>
1175 match object that matched the pattern 1343 match object that matched the pattern
1176 </dd> 1344 </dd>
1177 </dl> 1345 </dl>
1178 <dl> 1346 <dl>
1179 <dt>Return:</dt> 1347 <dt>Return:</dt>
1180 <dd> 1348 <dd>
1181 flag indicating whether the message was handled (boolean) 1349 flag indicating whether the message was handled
1350 </dd>
1351 </dl>
1352 <dl>
1353 <dt>Return Type:</dt>
1354 <dd>
1355 bool
1182 </dd> 1356 </dd>
1183 </dl> 1357 </dl>
1184 <a NAME="IrcChannelWidget.__whoIsIdle" ID="IrcChannelWidget.__whoIsIdle"></a> 1358 <a NAME="IrcChannelWidget.__whoIsIdle" ID="IrcChannelWidget.__whoIsIdle"></a>
1185 <h4>IrcChannelWidget.__whoIsIdle</h4> 1359 <h4>IrcChannelWidget.__whoIsIdle</h4>
1186 <b>__whoIsIdle</b>(<i>match</i>) 1360 <b>__whoIsIdle</b>(<i>match</i>)
1188 <p> 1362 <p>
1189 Private method to handle the WHOIS idle reply. 1363 Private method to handle the WHOIS idle reply.
1190 </p> 1364 </p>
1191 <dl> 1365 <dl>
1192 1366
1193 <dt><i>match</i></dt> 1367 <dt><i>match</i> (re.Match)</dt>
1194 <dd> 1368 <dd>
1195 match object that matched the pattern 1369 match object that matched the pattern
1196 </dd> 1370 </dd>
1197 </dl> 1371 </dl>
1198 <dl> 1372 <dl>
1199 <dt>Return:</dt> 1373 <dt>Return:</dt>
1200 <dd> 1374 <dd>
1201 flag indicating whether the message was handled (boolean) 1375 flag indicating whether the message was handled
1376 </dd>
1377 </dl>
1378 <dl>
1379 <dt>Return Type:</dt>
1380 <dd>
1381 bool
1202 </dd> 1382 </dd>
1203 </dl> 1383 </dl>
1204 <a NAME="IrcChannelWidget.__whoIsOperator" ID="IrcChannelWidget.__whoIsOperator"></a> 1384 <a NAME="IrcChannelWidget.__whoIsOperator" ID="IrcChannelWidget.__whoIsOperator"></a>
1205 <h4>IrcChannelWidget.__whoIsOperator</h4> 1385 <h4>IrcChannelWidget.__whoIsOperator</h4>
1206 <b>__whoIsOperator</b>(<i>match</i>) 1386 <b>__whoIsOperator</b>(<i>match</i>)
1208 <p> 1388 <p>
1209 Private method to handle the WHOIS operator reply. 1389 Private method to handle the WHOIS operator reply.
1210 </p> 1390 </p>
1211 <dl> 1391 <dl>
1212 1392
1213 <dt><i>match</i></dt> 1393 <dt><i>match</i> (re.Match)</dt>
1214 <dd> 1394 <dd>
1215 match object that matched the pattern 1395 match object that matched the pattern
1216 </dd> 1396 </dd>
1217 </dl> 1397 </dl>
1218 <dl> 1398 <dl>
1219 <dt>Return:</dt> 1399 <dt>Return:</dt>
1220 <dd> 1400 <dd>
1221 flag indicating whether the message was handled (boolean) 1401 flag indicating whether the message was handled
1402 </dd>
1403 </dl>
1404 <dl>
1405 <dt>Return Type:</dt>
1406 <dd>
1407 bool
1222 </dd> 1408 </dd>
1223 </dl> 1409 </dl>
1224 <a NAME="IrcChannelWidget.__whoIsSecure" ID="IrcChannelWidget.__whoIsSecure"></a> 1410 <a NAME="IrcChannelWidget.__whoIsSecure" ID="IrcChannelWidget.__whoIsSecure"></a>
1225 <h4>IrcChannelWidget.__whoIsSecure</h4> 1411 <h4>IrcChannelWidget.__whoIsSecure</h4>
1226 <b>__whoIsSecure</b>(<i>match</i>) 1412 <b>__whoIsSecure</b>(<i>match</i>)
1228 <p> 1414 <p>
1229 Private method to handle the WHOIS secure reply. 1415 Private method to handle the WHOIS secure reply.
1230 </p> 1416 </p>
1231 <dl> 1417 <dl>
1232 1418
1233 <dt><i>match</i></dt> 1419 <dt><i>match</i> (re.Match)</dt>
1234 <dd> 1420 <dd>
1235 match object that matched the pattern 1421 match object that matched the pattern
1236 </dd> 1422 </dd>
1237 </dl> 1423 </dl>
1238 <dl> 1424 <dl>
1239 <dt>Return:</dt> 1425 <dt>Return:</dt>
1240 <dd> 1426 <dd>
1241 flag indicating whether the message was handled (boolean) 1427 flag indicating whether the message was handled
1428 </dd>
1429 </dl>
1430 <dl>
1431 <dt>Return Type:</dt>
1432 <dd>
1433 bool
1242 </dd> 1434 </dd>
1243 </dl> 1435 </dl>
1244 <a NAME="IrcChannelWidget.__whoIsServer" ID="IrcChannelWidget.__whoIsServer"></a> 1436 <a NAME="IrcChannelWidget.__whoIsServer" ID="IrcChannelWidget.__whoIsServer"></a>
1245 <h4>IrcChannelWidget.__whoIsServer</h4> 1437 <h4>IrcChannelWidget.__whoIsServer</h4>
1246 <b>__whoIsServer</b>(<i>match</i>) 1438 <b>__whoIsServer</b>(<i>match</i>)
1248 <p> 1440 <p>
1249 Private method to handle the WHOIS server reply. 1441 Private method to handle the WHOIS server reply.
1250 </p> 1442 </p>
1251 <dl> 1443 <dl>
1252 1444
1253 <dt><i>match</i></dt> 1445 <dt><i>match</i> (re.Match)</dt>
1254 <dd> 1446 <dd>
1255 match object that matched the pattern 1447 match object that matched the pattern
1256 </dd> 1448 </dd>
1257 </dl> 1449 </dl>
1258 <dl> 1450 <dl>
1259 <dt>Return:</dt> 1451 <dt>Return:</dt>
1260 <dd> 1452 <dd>
1261 flag indicating whether the message was handled (boolean) 1453 flag indicating whether the message was handled
1454 </dd>
1455 </dl>
1456 <dl>
1457 <dt>Return Type:</dt>
1458 <dd>
1459 bool
1262 </dd> 1460 </dd>
1263 </dl> 1461 </dl>
1264 <a NAME="IrcChannelWidget.__whoIsUser" ID="IrcChannelWidget.__whoIsUser"></a> 1462 <a NAME="IrcChannelWidget.__whoIsUser" ID="IrcChannelWidget.__whoIsUser"></a>
1265 <h4>IrcChannelWidget.__whoIsUser</h4> 1463 <h4>IrcChannelWidget.__whoIsUser</h4>
1266 <b>__whoIsUser</b>(<i>match</i>) 1464 <b>__whoIsUser</b>(<i>match</i>)
1268 <p> 1466 <p>
1269 Private method to handle the WHOIS user reply. 1467 Private method to handle the WHOIS user reply.
1270 </p> 1468 </p>
1271 <dl> 1469 <dl>
1272 1470
1273 <dt><i>match</i></dt> 1471 <dt><i>match</i> (re.Match)</dt>
1274 <dd> 1472 <dd>
1275 match object that matched the pattern 1473 match object that matched the pattern
1276 </dd> 1474 </dd>
1277 </dl> 1475 </dl>
1278 <dl> 1476 <dl>
1279 <dt>Return:</dt> 1477 <dt>Return:</dt>
1280 <dd> 1478 <dd>
1281 flag indicating whether the message was handled (boolean) 1479 flag indicating whether the message was handled
1480 </dd>
1481 </dl>
1482 <dl>
1483 <dt>Return Type:</dt>
1484 <dd>
1485 bool
1282 </dd> 1486 </dd>
1283 </dl> 1487 </dl>
1284 <a NAME="IrcChannelWidget.addMessage" ID="IrcChannelWidget.addMessage"></a> 1488 <a NAME="IrcChannelWidget.addMessage" ID="IrcChannelWidget.addMessage"></a>
1285 <h4>IrcChannelWidget.addMessage</h4> 1489 <h4>IrcChannelWidget.addMessage</h4>
1286 <b>addMessage</b>(<i>sender, msg</i>) 1490 <b>addMessage</b>(<i>sender, msg</i>)
1288 <p> 1492 <p>
1289 Public method to add a message from external. 1493 Public method to add a message from external.
1290 </p> 1494 </p>
1291 <dl> 1495 <dl>
1292 1496
1293 <dt><i>sender</i></dt> 1497 <dt><i>sender</i> (str)</dt>
1294 <dd> 1498 <dd>
1295 nick name of the sender (string) 1499 nick name of the sender
1296 </dd> 1500 </dd>
1297 <dt><i>msg</i></dt> 1501 <dt><i>msg</i> (str)</dt>
1298 <dd> 1502 <dd>
1299 message received from sender (string) 1503 message received from sender
1300 </dd> 1504 </dd>
1301 </dl> 1505 </dl>
1302 <a NAME="IrcChannelWidget.addUsers" ID="IrcChannelWidget.addUsers"></a> 1506 <a NAME="IrcChannelWidget.addUsers" ID="IrcChannelWidget.addUsers"></a>
1303 <h4>IrcChannelWidget.addUsers</h4> 1507 <h4>IrcChannelWidget.addUsers</h4>
1304 <b>addUsers</b>(<i>users</i>) 1508 <b>addUsers</b>(<i>users</i>)
1306 <p> 1510 <p>
1307 Public method to add users to the channel. 1511 Public method to add users to the channel.
1308 </p> 1512 </p>
1309 <dl> 1513 <dl>
1310 1514
1311 <dt><i>users</i></dt> 1515 <dt><i>users</i> (list of str)</dt>
1312 <dd> 1516 <dd>
1313 list of user names to add (list of string) 1517 list of user names to add
1314 </dd> 1518 </dd>
1315 </dl> 1519 </dl>
1316 <a NAME="IrcChannelWidget.getUsersCount" ID="IrcChannelWidget.getUsersCount"></a> 1520 <a NAME="IrcChannelWidget.getUsersCount" ID="IrcChannelWidget.getUsersCount"></a>
1317 <h4>IrcChannelWidget.getUsersCount</h4> 1521 <h4>IrcChannelWidget.getUsersCount</h4>
1318 <b>getUsersCount</b>(<i></i>) 1522 <b>getUsersCount</b>(<i></i>)
1321 Public method to get the users count of the channel. 1525 Public method to get the users count of the channel.
1322 </p> 1526 </p>
1323 <dl> 1527 <dl>
1324 <dt>Return:</dt> 1528 <dt>Return:</dt>
1325 <dd> 1529 <dd>
1326 users count of the channel (integer) 1530 users count of the channel
1531 </dd>
1532 </dl>
1533 <dl>
1534 <dt>Return Type:</dt>
1535 <dd>
1536 int
1327 </dd> 1537 </dd>
1328 </dl> 1538 </dl>
1329 <a NAME="IrcChannelWidget.handleMessage" ID="IrcChannelWidget.handleMessage"></a> 1539 <a NAME="IrcChannelWidget.handleMessage" ID="IrcChannelWidget.handleMessage"></a>
1330 <h4>IrcChannelWidget.handleMessage</h4> 1540 <h4>IrcChannelWidget.handleMessage</h4>
1331 <b>handleMessage</b>(<i>line</i>) 1541 <b>handleMessage</b>(<i>line</i>)
1333 <p> 1543 <p>
1334 Public method to handle the message sent by the server. 1544 Public method to handle the message sent by the server.
1335 </p> 1545 </p>
1336 <dl> 1546 <dl>
1337 1547
1338 <dt><i>line</i></dt> 1548 <dt><i>line</i> (str)</dt>
1339 <dd> 1549 <dd>
1340 server message (string) 1550 server message
1341 </dd> 1551 </dd>
1342 </dl> 1552 </dl>
1343 <dl> 1553 <dl>
1344 <dt>Return:</dt> 1554 <dt>Return:</dt>
1345 <dd> 1555 <dd>
1346 flag indicating, if the message was handled (boolean) 1556 flag indicating, if the message was handled
1557 </dd>
1558 </dl>
1559 <dl>
1560 <dt>Return Type:</dt>
1561 <dd>
1562 bool
1347 </dd> 1563 </dd>
1348 </dl> 1564 </dl>
1349 <a NAME="IrcChannelWidget.hideEvent" ID="IrcChannelWidget.hideEvent"></a> 1565 <a NAME="IrcChannelWidget.hideEvent" ID="IrcChannelWidget.hideEvent"></a>
1350 <h4>IrcChannelWidget.hideEvent</h4> 1566 <h4>IrcChannelWidget.hideEvent</h4>
1351 <b>hideEvent</b>(<i>evt</i>) 1567 <b>hideEvent</b>(<i>evt</i>)
1353 <p> 1569 <p>
1354 Protected method handling hide events. 1570 Protected method handling hide events.
1355 </p> 1571 </p>
1356 <dl> 1572 <dl>
1357 1573
1358 <dt><i>evt</i></dt> 1574 <dt><i>evt</i> (QHideEvent)</dt>
1359 <dd> 1575 <dd>
1360 reference to the hide event (QHideEvent) 1576 reference to the hide event
1361 </dd> 1577 </dd>
1362 </dl> 1578 </dl>
1363 <a NAME="IrcChannelWidget.initAutoWho" ID="IrcChannelWidget.initAutoWho"></a> 1579 <a NAME="IrcChannelWidget.initAutoWho" ID="IrcChannelWidget.initAutoWho"></a>
1364 <h4>IrcChannelWidget.initAutoWho</h4> 1580 <h4>IrcChannelWidget.initAutoWho</h4>
1365 <b>initAutoWho</b>(<i></i>) 1581 <b>initAutoWho</b>(<i></i>)
1382 Public method to get the name of the channel. 1598 Public method to get the name of the channel.
1383 </p> 1599 </p>
1384 <dl> 1600 <dl>
1385 <dt>Return:</dt> 1601 <dt>Return:</dt>
1386 <dd> 1602 <dd>
1387 name of the channel (string) 1603 name of the channel
1604 </dd>
1605 </dl>
1606 <dl>
1607 <dt>Return Type:</dt>
1608 <dd>
1609 str
1388 </dd> 1610 </dd>
1389 </dl> 1611 </dl>
1390 <a NAME="IrcChannelWidget.on_editTopicButton_clicked" ID="IrcChannelWidget.on_editTopicButton_clicked"></a> 1612 <a NAME="IrcChannelWidget.on_editTopicButton_clicked" ID="IrcChannelWidget.on_editTopicButton_clicked"></a>
1391 <h4>IrcChannelWidget.on_editTopicButton_clicked</h4> 1613 <h4>IrcChannelWidget.on_editTopicButton_clicked</h4>
1392 <b>on_editTopicButton_clicked</b>(<i></i>) 1614 <b>on_editTopicButton_clicked</b>(<i></i>)
1408 <p> 1630 <p>
1409 Private slot to open links in the default browser. 1631 Private slot to open links in the default browser.
1410 </p> 1632 </p>
1411 <dl> 1633 <dl>
1412 1634
1413 <dt><i>url</i></dt> 1635 <dt><i>url</i> (QUrl)</dt>
1414 <dd> 1636 <dd>
1415 URL to be opened (QUrl) 1637 URL to be opened
1416 </dd> 1638 </dd>
1417 </dl> 1639 </dl>
1418 <a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> 1640 <a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a>
1419 <h4>IrcChannelWidget.on_messages_copyAvailable</h4> 1641 <h4>IrcChannelWidget.on_messages_copyAvailable</h4>
1420 <b>on_messages_copyAvailable</b>(<i>yes</i>) 1642 <b>on_messages_copyAvailable</b>(<i>yes</i>)
1423 Private slot to react to text selection/deselection of the messages 1645 Private slot to react to text selection/deselection of the messages
1424 edit. 1646 edit.
1425 </p> 1647 </p>
1426 <dl> 1648 <dl>
1427 1649
1428 <dt><i>yes</i></dt> 1650 <dt><i>yes</i> (bool)</dt>
1429 <dd> 1651 <dd>
1430 flag signaling the availability of selected text (boolean) 1652 flag signaling the availability of selected text
1431 </dd> 1653 </dd>
1432 </dl> 1654 </dl>
1433 <a NAME="IrcChannelWidget.on_messages_customContextMenuRequested" ID="IrcChannelWidget.on_messages_customContextMenuRequested"></a> 1655 <a NAME="IrcChannelWidget.on_messages_customContextMenuRequested" ID="IrcChannelWidget.on_messages_customContextMenuRequested"></a>
1434 <h4>IrcChannelWidget.on_messages_customContextMenuRequested</h4> 1656 <h4>IrcChannelWidget.on_messages_customContextMenuRequested</h4>
1435 <b>on_messages_customContextMenuRequested</b>(<i>pos</i>) 1657 <b>on_messages_customContextMenuRequested</b>(<i>pos</i>)
1437 <p> 1659 <p>
1438 Private slot to show the context menu of the messages pane. 1660 Private slot to show the context menu of the messages pane.
1439 </p> 1661 </p>
1440 <dl> 1662 <dl>
1441 1663
1442 <dt><i>pos</i></dt> 1664 <dt><i>pos</i> (QPoint)</dt>
1443 <dd> 1665 <dd>
1444 the position of the mouse pointer (QPoint) 1666 the position of the mouse pointer
1445 </dd> 1667 </dd>
1446 </dl> 1668 </dl>
1447 <a NAME="IrcChannelWidget.on_usersList_customContextMenuRequested" ID="IrcChannelWidget.on_usersList_customContextMenuRequested"></a> 1669 <a NAME="IrcChannelWidget.on_usersList_customContextMenuRequested" ID="IrcChannelWidget.on_usersList_customContextMenuRequested"></a>
1448 <h4>IrcChannelWidget.on_usersList_customContextMenuRequested</h4> 1670 <h4>IrcChannelWidget.on_usersList_customContextMenuRequested</h4>
1449 <b>on_usersList_customContextMenuRequested</b>(<i>pos</i>) 1671 <b>on_usersList_customContextMenuRequested</b>(<i>pos</i>)
1451 <p> 1673 <p>
1452 Private slot to show the context menu of the users list. 1674 Private slot to show the context menu of the users list.
1453 </p> 1675 </p>
1454 <dl> 1676 <dl>
1455 1677
1456 <dt><i>pos</i></dt> 1678 <dt><i>pos</i> (QPoint)</dt>
1457 <dd> 1679 <dd>
1458 the position of the mouse pointer (QPoint) 1680 the position of the mouse pointer
1459 </dd> 1681 </dd>
1460 </dl> 1682 </dl>
1461 <a NAME="IrcChannelWidget.partMessage" ID="IrcChannelWidget.partMessage"></a> 1683 <a NAME="IrcChannelWidget.partMessage" ID="IrcChannelWidget.partMessage"></a>
1462 <h4>IrcChannelWidget.partMessage</h4> 1684 <h4>IrcChannelWidget.partMessage</h4>
1463 <b>partMessage</b>(<i></i>) 1685 <b>partMessage</b>(<i></i>)
1466 Public method to get the part message. 1688 Public method to get the part message.
1467 </p> 1689 </p>
1468 <dl> 1690 <dl>
1469 <dt>Return:</dt> 1691 <dt>Return:</dt>
1470 <dd> 1692 <dd>
1471 part message (string) 1693 part message
1694 </dd>
1695 </dl>
1696 <dl>
1697 <dt>Return Type:</dt>
1698 <dd>
1699 str
1472 </dd> 1700 </dd>
1473 </dl> 1701 </dl>
1474 <a NAME="IrcChannelWidget.requestLeave" ID="IrcChannelWidget.requestLeave"></a> 1702 <a NAME="IrcChannelWidget.requestLeave" ID="IrcChannelWidget.requestLeave"></a>
1475 <h4>IrcChannelWidget.requestLeave</h4> 1703 <h4>IrcChannelWidget.requestLeave</h4>
1476 <b>requestLeave</b>(<i></i>) 1704 <b>requestLeave</b>(<i></i>)
1492 <p> 1720 <p>
1493 Public method to set the name of the channel. 1721 Public method to set the name of the channel.
1494 </p> 1722 </p>
1495 <dl> 1723 <dl>
1496 1724
1497 <dt><i>name</i></dt> 1725 <dt><i>name</i> (str)</dt>
1498 <dd> 1726 <dd>
1499 of the channel (string) 1727 of the channel
1500 </dd> 1728 </dd>
1501 </dl> 1729 </dl>
1502 <a NAME="IrcChannelWidget.setPartMessage" ID="IrcChannelWidget.setPartMessage"></a> 1730 <a NAME="IrcChannelWidget.setPartMessage" ID="IrcChannelWidget.setPartMessage"></a>
1503 <h4>IrcChannelWidget.setPartMessage</h4> 1731 <h4>IrcChannelWidget.setPartMessage</h4>
1504 <b>setPartMessage</b>(<i>message</i>) 1732 <b>setPartMessage</b>(<i>message</i>)
1506 <p> 1734 <p>
1507 Public method to set the part message. 1735 Public method to set the part message.
1508 </p> 1736 </p>
1509 <dl> 1737 <dl>
1510 1738
1511 <dt><i>message</i></dt> 1739 <dt><i>message</i> (str)</dt>
1512 <dd> 1740 <dd>
1513 message to be used for PART messages (string) 1741 message to be used for PART messages
1514 </dd> 1742 </dd>
1515 </dl> 1743 </dl>
1516 <a NAME="IrcChannelWidget.setPrivate" ID="IrcChannelWidget.setPrivate"></a> 1744 <a NAME="IrcChannelWidget.setPrivate" ID="IrcChannelWidget.setPrivate"></a>
1517 <h4>IrcChannelWidget.setPrivate</h4> 1745 <h4>IrcChannelWidget.setPrivate</h4>
1518 <b>setPrivate</b>(<i>private, partner=""</i>) 1746 <b>setPrivate</b>(<i>private, partner=""</i>)
1520 <p> 1748 <p>
1521 Public method to set the private chat mode. 1749 Public method to set the private chat mode.
1522 </p> 1750 </p>
1523 <dl> 1751 <dl>
1524 1752
1525 <dt><i>private</i></dt> 1753 <dt><i>private</i> (bool)</dt>
1526 <dd> 1754 <dd>
1527 flag indicating private chat mode (boolean) 1755 flag indicating private chat mode
1528 </dd> 1756 </dd>
1529 <dt><i>partner</i></dt> 1757 <dt><i>partner</i> (str)</dt>
1530 <dd> 1758 <dd>
1531 name of the partner user (string) 1759 name of the partner user
1532 </dd> 1760 </dd>
1533 </dl> 1761 </dl>
1534 <a NAME="IrcChannelWidget.setPrivateInfo" ID="IrcChannelWidget.setPrivateInfo"></a> 1762 <a NAME="IrcChannelWidget.setPrivateInfo" ID="IrcChannelWidget.setPrivateInfo"></a>
1535 <h4>IrcChannelWidget.setPrivateInfo</h4> 1763 <h4>IrcChannelWidget.setPrivateInfo</h4>
1536 <b>setPrivateInfo</b>(<i>infoText</i>) 1764 <b>setPrivateInfo</b>(<i>infoText</i>)
1538 <p> 1766 <p>
1539 Public method to set some info text for private chat mode. 1767 Public method to set some info text for private chat mode.
1540 </p> 1768 </p>
1541 <dl> 1769 <dl>
1542 1770
1543 <dt><i>infoText</i></dt> 1771 <dt><i>infoText</i> (str)</dt>
1544 <dd> 1772 <dd>
1545 info text to be shown (string) 1773 info text to be shown
1546 </dd> 1774 </dd>
1547 </dl> 1775 </dl>
1548 <a NAME="IrcChannelWidget.setUserName" ID="IrcChannelWidget.setUserName"></a> 1776 <a NAME="IrcChannelWidget.setUserName" ID="IrcChannelWidget.setUserName"></a>
1549 <h4>IrcChannelWidget.setUserName</h4> 1777 <h4>IrcChannelWidget.setUserName</h4>
1550 <b>setUserName</b>(<i>name</i>) 1778 <b>setUserName</b>(<i>name</i>)
1552 <p> 1780 <p>
1553 Public method to set the user name for the channel. 1781 Public method to set the user name for the channel.
1554 </p> 1782 </p>
1555 <dl> 1783 <dl>
1556 1784
1557 <dt><i>name</i></dt> 1785 <dt><i>name</i> (str)</dt>
1558 <dd> 1786 <dd>
1559 user name for the channel (string) 1787 user name for the channel
1560 </dd> 1788 </dd>
1561 </dl> 1789 </dl>
1562 <a NAME="IrcChannelWidget.setUserPrivilegePrefix" ID="IrcChannelWidget.setUserPrivilegePrefix"></a> 1790 <a NAME="IrcChannelWidget.setUserPrivilegePrefix" ID="IrcChannelWidget.setUserPrivilegePrefix"></a>
1563 <h4>IrcChannelWidget.setUserPrivilegePrefix</h4> 1791 <h4>IrcChannelWidget.setUserPrivilegePrefix</h4>
1564 <b>setUserPrivilegePrefix</b>(<i>prefixes</i>) 1792 <b>setUserPrivilegePrefix</b>(<i>prefixes</i>)
1566 <p> 1794 <p>
1567 Public method to set the user privilege to prefix mapping. 1795 Public method to set the user privilege to prefix mapping.
1568 </p> 1796 </p>
1569 <dl> 1797 <dl>
1570 1798
1571 <dt><i>prefixes</i></dt> 1799 <dt><i>prefixes</i> (dict)</dt>
1572 <dd> 1800 <dd>
1573 dictionary with privilege as key and prefix as value 1801 dictionary with privilege as key and prefix as value
1574 </dd> 1802 </dd>
1575 </dl> 1803 </dl>
1576 <a NAME="IrcChannelWidget.showEvent" ID="IrcChannelWidget.showEvent"></a> 1804 <a NAME="IrcChannelWidget.showEvent" ID="IrcChannelWidget.showEvent"></a>
1580 <p> 1808 <p>
1581 Protected method handling show events. 1809 Protected method handling show events.
1582 </p> 1810 </p>
1583 <dl> 1811 <dl>
1584 1812
1585 <dt><i>evt</i></dt> 1813 <dt><i>evt</i> (QShowEvent)</dt>
1586 <dd> 1814 <dd>
1587 reference to the show event (QShowEvent) 1815 reference to the show event
1588 </dd> 1816 </dd>
1589 </dl> 1817 </dl>
1590 <a NAME="IrcChannelWidget.unsetMarkerLine" ID="IrcChannelWidget.unsetMarkerLine"></a> 1818 <a NAME="IrcChannelWidget.unsetMarkerLine" ID="IrcChannelWidget.unsetMarkerLine"></a>
1591 <h4>IrcChannelWidget.unsetMarkerLine</h4> 1819 <h4>IrcChannelWidget.unsetMarkerLine</h4>
1592 <b>unsetMarkerLine</b>(<i></i>) 1820 <b>unsetMarkerLine</b>(<i></i>)
1602 Public method to get the nick name of the user. 1830 Public method to get the nick name of the user.
1603 </p> 1831 </p>
1604 <dl> 1832 <dl>
1605 <dt>Return:</dt> 1833 <dt>Return:</dt>
1606 <dd> 1834 <dd>
1607 nick name of the user (string) 1835 nick name of the user
1836 </dd>
1837 </dl>
1838 <dl>
1839 <dt>Return Type:</dt>
1840 <dd>
1841 str
1608 </dd> 1842 </dd>
1609 </dl> 1843 </dl>
1610 <div align="right"><a href="#top">Up</a></div> 1844 <div align="right"><a href="#top">Up</a></div>
1611 <hr /> 1845 <hr />
1612 <hr /> 1846 <hr />
1694 <p> 1928 <p>
1695 Constructor 1929 Constructor
1696 </p> 1930 </p>
1697 <dl> 1931 <dl>
1698 1932
1699 <dt><i>name</i></dt> 1933 <dt><i>name</i> (str)</dt>
1700 <dd> 1934 <dd>
1701 string with user name and privilege prefix (string) 1935 string with user name and privilege prefix
1702 </dd> 1936 </dd>
1703 <dt><i>parent</i></dt> 1937 <dt><i>parent</i> (QListWidget or QListWidgetItem)</dt>
1704 <dd> 1938 <dd>
1705 reference to the parent widget (QListWidget or 1939 reference to the parent widget
1706 QListWidgetItem)
1707 </dd> 1940 </dd>
1708 </dl> 1941 </dl>
1709 <a NAME="IrcUserItem.__awayIcon" ID="IrcUserItem.__awayIcon"></a> 1942 <a NAME="IrcUserItem.__awayIcon" ID="IrcUserItem.__awayIcon"></a>
1710 <h4>IrcUserItem.__awayIcon</h4> 1943 <h4>IrcUserItem.__awayIcon</h4>
1711 <b>__awayIcon</b>(<i>icon</i>) 1944 <b>__awayIcon</b>(<i>icon</i>)
1713 <p> 1946 <p>
1714 Private method to convert an icon to an away icon. 1947 Private method to convert an icon to an away icon.
1715 </p> 1948 </p>
1716 <dl> 1949 <dl>
1717 1950
1718 <dt><i>icon</i></dt> 1951 <dt><i>icon</i> (QIcon)</dt>
1719 <dd> 1952 <dd>
1720 icon to be converted (QIcon) 1953 icon to be converted
1721 </dd> 1954 </dd>
1722 </dl> 1955 </dl>
1723 <dl> 1956 <dl>
1724 <dt>Return:</dt> 1957 <dt>Return:</dt>
1725 <dd> 1958 <dd>
1726 away icon (QIcon) 1959 away icon
1960 </dd>
1961 </dl>
1962 <dl>
1963 <dt>Return Type:</dt>
1964 <dd>
1965 QIcon
1727 </dd> 1966 </dd>
1728 </dl> 1967 </dl>
1729 <a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> 1968 <a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a>
1730 <h4>IrcUserItem.__setIcon</h4> 1969 <h4>IrcUserItem.__setIcon</h4>
1731 <b>__setIcon</b>(<i></i>) 1970 <b>__setIcon</b>(<i></i>)
1748 Public method to check, if the user is allowed to change the topic. 1987 Public method to check, if the user is allowed to change the topic.
1749 </p> 1988 </p>
1750 <dl> 1989 <dl>
1751 <dt>Return:</dt> 1990 <dt>Return:</dt>
1752 <dd> 1991 <dd>
1753 flag indicating that the topic can be changed (boolean) 1992 flag indicating that the topic can be changed
1993 </dd>
1994 </dl>
1995 <dl>
1996 <dt>Return Type:</dt>
1997 <dd>
1998 bool
1754 </dd> 1999 </dd>
1755 </dl> 2000 </dl>
1756 <a NAME="IrcUserItem.changePrivilege" ID="IrcUserItem.changePrivilege"></a> 2001 <a NAME="IrcUserItem.changePrivilege" ID="IrcUserItem.changePrivilege"></a>
1757 <h4>IrcUserItem.changePrivilege</h4> 2002 <h4>IrcUserItem.changePrivilege</h4>
1758 <b>changePrivilege</b>(<i>privilege</i>) 2003 <b>changePrivilege</b>(<i>privilege</i>)
1760 <p> 2005 <p>
1761 Public method to set or unset a user privilege. 2006 Public method to set or unset a user privilege.
1762 </p> 2007 </p>
1763 <dl> 2008 <dl>
1764 2009
1765 <dt><i>privilege</i></dt> 2010 <dt><i>privilege</i> (str)</dt>
1766 <dd> 2011 <dd>
1767 privilege to set or unset (string) 2012 privilege to set or unset
1768 </dd> 2013 </dd>
1769 </dl> 2014 </dl>
1770 <a NAME="IrcUserItem.clearPrivileges" ID="IrcUserItem.clearPrivileges"></a> 2015 <a NAME="IrcUserItem.clearPrivileges" ID="IrcUserItem.clearPrivileges"></a>
1771 <h4>IrcUserItem.clearPrivileges</h4> 2016 <h4>IrcUserItem.clearPrivileges</h4>
1772 <b>clearPrivileges</b>(<i></i>) 2017 <b>clearPrivileges</b>(<i></i>)
1801 Public method to get the user name. 2046 Public method to get the user name.
1802 </p> 2047 </p>
1803 <dl> 2048 <dl>
1804 <dt>Return:</dt> 2049 <dt>Return:</dt>
1805 <dd> 2050 <dd>
1806 user name (string) 2051 user name
2052 </dd>
2053 </dl>
2054 <dl>
2055 <dt>Return Type:</dt>
2056 <dd>
2057 str
1807 </dd> 2058 </dd>
1808 </dl> 2059 </dl>
1809 <a NAME="IrcUserItem.parseWhoFlags" ID="IrcUserItem.parseWhoFlags"></a> 2060 <a NAME="IrcUserItem.parseWhoFlags" ID="IrcUserItem.parseWhoFlags"></a>
1810 <h4>IrcUserItem.parseWhoFlags</h4> 2061 <h4>IrcUserItem.parseWhoFlags</h4>
1811 <b>parseWhoFlags</b>(<i>flags</i>) 2062 <b>parseWhoFlags</b>(<i>flags</i>)
1813 <p> 2064 <p>
1814 Public method to parse the user flags reported by a WHO command. 2065 Public method to parse the user flags reported by a WHO command.
1815 </p> 2066 </p>
1816 <dl> 2067 <dl>
1817 2068
1818 <dt><i>flags</i></dt> 2069 <dt><i>flags</i> (str)</dt>
1819 <dd> 2070 <dd>
1820 user flags as reported by WHO (string) 2071 user flags as reported by WHO
1821 </dd> 2072 </dd>
1822 </dl> 2073 </dl>
1823 <a NAME="IrcUserItem.setIgnored" ID="IrcUserItem.setIgnored"></a> 2074 <a NAME="IrcUserItem.setIgnored" ID="IrcUserItem.setIgnored"></a>
1824 <h4>IrcUserItem.setIgnored</h4> 2075 <h4>IrcUserItem.setIgnored</h4>
1825 <b>setIgnored</b>(<i>ignored</i>) 2076 <b>setIgnored</b>(<i>ignored</i>)
1841 <p> 2092 <p>
1842 Public method to set a new nick name. 2093 Public method to set a new nick name.
1843 </p> 2094 </p>
1844 <dl> 2095 <dl>
1845 2096
1846 <dt><i>name</i></dt> 2097 <dt><i>name</i> (str)</dt>
1847 <dd> 2098 <dd>
1848 new nick name for the user (string) 2099 new nick name for the user
1849 </dd> 2100 </dd>
1850 </dl> 2101 </dl>
1851 <div align="right"><a href="#top">Up</a></div> 2102 <div align="right"><a href="#top">Up</a></div>
1852 <hr /> 2103 <hr />
1853 </body></html> 2104 </body></html>

eric ide

mercurial