X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FNotes.txt;h=fb3b303ad5c40590101c6cf6ecdec4be28046a0d;hb=20b0104deaeab77fa7ab1444dbcedfcdbf5865f8;hp=16b2a25c494c4761c8f95d731929931f7a688637;hpb=07ea293f3919d2da76220b5fbc55b734008ed44c;p=spider.git diff --git a/cmd/Notes.txt b/cmd/Notes.txt index 16b2a25c..fb3b303a 100644 --- a/cmd/Notes.txt +++ b/cmd/Notes.txt @@ -97,6 +97,11 @@ Programming Notes ($Id$) locators show/locator gb7dxc - bearing and distance to gb7dxc if poss. +* It is important that you remember when you have tie hashes using MLDBM + et al. If you do a DXUser->get($call) you will get a different (older) + thing than the one in $self->$user. This is almost certainly NOT what + you want if want to modify a user that is currently connected. + * Anything you output with a > as the last character is taken to mean that this is a prompt and will not have a \r or \n appended to it.