Skip to content
Snippets Groups Projects
Commit ad7a0535 authored by deuce's avatar deuce
Browse files

Change to the standard getter declaration.

parent 0988a9b0
Branches
Tags
No related merge requests found
......@@ -245,9 +245,10 @@ function IRC_User(id) {
this.numeric481=IRCClient_numeric481;
this.numeric482=IRCClient_numeric482;
// Getters
this.nuh getter = function() {
this.__defineGetter__("nuh", function() {
return(this.nick + "!" + this.uprefix + "@" + this.hostname);
};
});
}
////////// Command Parser //////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment