To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

WIP/awaynick: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Jpnurmi
m Update awaynick.cpp link (1bacec1)
>Jpnurmi
migrated to Awaynick
 
Line 1: Line 1:
{{DISPLAYTITLE:awaynick}}


{{ambox | type = delete | text = '''The use of away nicks is highly discouraged'''.<br/>
<small>The awaynick module has been retired from ZNC version 1.6. Use the [[simple_away]] module instead.</small>}}
== Away status ==
The appropriate way to set away status on IRC is to use the <code>AWAY</code> command with a message.
<pre>
/AWAY walking the dog
* You have been marked as being away
</pre>
Notice that the [[simple_away]] module can automatically set the away status on IRC when you are not connected to ZNC.
Meanwile you are marked as being away, the away message is visible in the <code>WHOIS</code> information.
<pre>
/WHOIS somebody
! somebody is znc@203.0.113.17 (Just somebody)
! somebody is on channels #znc
! somebody is away (walking the dog)
</pre>
Some IRC clients also visualize the away status, for instance, in the list of channel users.
Depending on the IRC client, the away status can be removed by using the same <code>AWAY</code> command without a message, or a <code>BACK</code> command.
<pre>
/AWAY (or /BACK)
* You are no longer marked as being away
</pre>
== Away nicks ==
The use of away nick names is '''highly discouraged'''. It is '''impolite''' to '''pollute''' channels with constant nick name changes. Not everyone on every channel with you needs to know that you are somewhere away. Those who are interested, can check your away status as illustrated above.
Especially on larger channels, the '''spam''' created by nick name changes can become a '''serious problem''' that '''hinders''' the discussion. In some communities away nicks are considered so '''harmful''' that such users would get kicked or even '''banned''' from the channel.
In addition to being '''extremely unpopular''' and '''annoying''' concept, using away nicks has some '''practical disadvantages'''. For instance, other users cannot reach you by your normal nick. Unless they are on a channel with you, they cannot know that you have a temporary away nick. Furthermore, your normal nick becomes available to anyone else meanwhile you have a temporary away nick. In case someone took your normal nick name in use, you would not be able to reclaim the nick on networks without NickServ or similar services.
{{ambox | type = delete | small=left | textstyle = white-space: nowrap; | smalltext = '''Disclaimer: You have been warned.'''<br/>
<small>The source code of the former awaynick module: [https://github.com/znc/znc/blob/1bacec1/modules/awaynick.cpp awaynick.cpp]</small>}}
[[Category:Modules]]

Latest revision as of 12:09, 30 October 2014