You must type "make eggdrop" for the non-module version, or
type make eggmod for the module version.
What´s the diference in: non-module version into module version ?
Thanks!
gb wrote:Code: Select all
proc user-set {hand type arg} { setuser $hand XTRA $type $arg }
KrzychuG wrote:This should work:
Code: Select all
proc setxtra { handle type data } { setuser $handle XTRA $type $data } ;# setxtra