sendSomething() if $config{XKore} something

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

sendSomething() if $config{XKore} something

#1 Post by EternalHarvest »

Stop this or provide explanation why you need it instead of already widely used:

Code: Select all

sendSomething() unless $net->clientAlive
Note that in XKore 2 client possibly may or may not be connected at any given time. This function deals with that.