Documentation/Source/eric5.Network.IRC.IrcNetworkManager.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
380 </dd> 380 </dd>
381 </dl><a NAME="IrcIdentity.getServiceName" ID="IrcIdentity.getServiceName"></a> 381 </dl><a NAME="IrcIdentity.getServiceName" ID="IrcIdentity.getServiceName"></a>
382 <h4>IrcIdentity.getServiceName</h4> 382 <h4>IrcIdentity.getServiceName</h4>
383 <b>getServiceName</b>(<i></i>) 383 <b>getServiceName</b>(<i></i>)
384 <p> 384 <p>
385 Public method to get the service name of the identity used for identification. 385 Public method to get the service name of the identity used for
386 identification.
386 </p><dl> 387 </p><dl>
387 <dt>Returns:</dt> 388 <dt>Returns:</dt>
388 <dd> 389 <dd>
389 service name (string) 390 service name (string)
390 </dd> 391 </dd>
400 </dd> 401 </dd>
401 </dl><a NAME="IrcIdentity.rememberAwayPosition" ID="IrcIdentity.rememberAwayPosition"></a> 402 </dl><a NAME="IrcIdentity.rememberAwayPosition" ID="IrcIdentity.rememberAwayPosition"></a>
402 <h4>IrcIdentity.rememberAwayPosition</h4> 403 <h4>IrcIdentity.rememberAwayPosition</h4>
403 <b>rememberAwayPosition</b>(<i></i>) 404 <b>rememberAwayPosition</b>(<i></i>)
404 <p> 405 <p>
405 Public method to get a flag indicating to remember the chat position upon AWAY. 406 Public method to get a flag indicating to remember the chat position
407 upon AWAY.
406 </p><dl> 408 </p><dl>
407 <dt>Returns:</dt> 409 <dt>Returns:</dt>
408 <dd> 410 <dd>
409 flag indicating to remember the chat position (boolean) 411 flag indicating to remember the chat position (boolean)
410 </dd> 412 </dd>
510 </dd> 512 </dd>
511 </dl><a NAME="IrcIdentity.setServiceName" ID="IrcIdentity.setServiceName"></a> 513 </dl><a NAME="IrcIdentity.setServiceName" ID="IrcIdentity.setServiceName"></a>
512 <h4>IrcIdentity.setServiceName</h4> 514 <h4>IrcIdentity.setServiceName</h4>
513 <b>setServiceName</b>(<i>name</i>) 515 <b>setServiceName</b>(<i>name</i>)
514 <p> 516 <p>
515 Public method to set the service name of the identity used for identification. 517 Public method to set the service name of the identity used for
518 identification.
516 </p><dl> 519 </p><dl>
517 <dt><i>name</i></dt> 520 <dt><i>name</i></dt>
518 <dd> 521 <dd>
519 service name (string) 522 service name (string)
520 </dd> 523 </dd>
610 <p> 613 <p>
611 Class method to create the default network. 614 Class method to create the default network.
612 </p><dl> 615 </p><dl>
613 <dt><i>ssl</i></dt> 616 <dt><i>ssl</i></dt>
614 <dd> 617 <dd>
615 flag indicating to create a SSL network configuration (boolean) 618 flag indicating to create a SSL network configuration
619 (boolean)
616 </dd> 620 </dd>
617 </dl><dl> 621 </dl><dl>
618 <dt>Returns:</dt> 622 <dt>Returns:</dt>
619 <dd> 623 <dd>
620 default network object (IrcNetwork) 624 default network object (IrcNetwork)
641 </dd> 645 </dd>
642 </dl><a NAME="IrcNetwork.autoConnect" ID="IrcNetwork.autoConnect"></a> 646 </dl><a NAME="IrcNetwork.autoConnect" ID="IrcNetwork.autoConnect"></a>
643 <h4>IrcNetwork.autoConnect</h4> 647 <h4>IrcNetwork.autoConnect</h4>
644 <b>autoConnect</b>(<i></i>) 648 <b>autoConnect</b>(<i></i>)
645 <p> 649 <p>
646 Public method to check, if the network should be connected to at start-up. 650 Public method to check, if the network should be connected to at
651 start-up.
647 </p><dl> 652 </p><dl>
648 <dt>Returns:</dt> 653 <dt>Returns:</dt>
649 <dd> 654 <dd>
650 flag indicating an auto connect (boolean) 655 flag indicating an auto connect (boolean)
651 </dd> 656 </dd>

eric ide

mercurial